Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,13 @@ npm install kkt

[![Open in CodeSandbox](https://img.shields.io/badge/Open%20in-CodeSandbox-blue?logo=codesandbox)](https://codesandbox.io/s/github/kktjs/kkt-codesandbox-tamplate)

## Develop
You can also open this project in a browser-based IDE like Codeanywhere for development.

<a href="https://app.codeanywhere.com/#https://github.com/kktjs/kkt/tree/master/example/basic">
<img src="https://codeanywhere.com/img/open-in-codeanywhere-btn.svg" alt="Open in Codeanywhere" width="150">
</a>

## Example

Initialize the project from one of the examples, Let's quickly create a react application:
Expand Down
6 changes: 6 additions & 0 deletions example/basic-entry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ npm install

[![Open in CodeSandbox](https://img.shields.io/badge/Open%20in-CodeSandbox-blue?logo=codesandbox)](https://codesandbox.io/s/github/kktjs/kkt/tree/master/example/basic)

## Open in Codeanywhere

<a href="https://app.codeanywhere.com/#https://github.com/kktjs/kkt/tree/master/example/basic">
<img src="https://codeanywhere.com/img/open-in-codeanywhere-btn.svg" alt="Open in Codeanywhere" width="150">
</a>

## Development

**development**
Expand Down