add readme to nano repl

This commit is contained in:
Felix Roos 2023-03-01 12:57:33 +01:00 committed by GitHub
parent 3cfb0f4c76
commit 06cffbc31b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,15 @@
# nano-repl
this is an example of how to create a repl with strudel and react.
## Usage
after cloning the strudel repo:
```sh
pnpm i
cd packages/react/examples/nano-repl
pnpm dev
```
you should now have a repl running at `http://localhost:5173/`