add some readme
This commit is contained in:
parent
0323f75bae
commit
5d6ccf56d7
4 changed files with 53 additions and 26 deletions
13
examples/superdough/README.md
Normal file
13
examples/superdough/README.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# superdough demo
|
||||
|
||||
This demo shows how to use strudel in "headless mode".
|
||||
Buttons A / B / C will switch between different patterns.
|
||||
It showcases the usage of the `@strudel/web` package, using [vite](https://vitejs.dev/) as the dev server.
|
||||
|
||||
## Running
|
||||
|
||||
```sh
|
||||
pnpm i && cd examples/headless-repl
|
||||
pnpm dev
|
||||
# open http://localhost:5173/
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue