mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-11 21:58:31 +00:00
14 lines
340 B
Markdown
14 lines
340 B
Markdown
# headless-repl 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/
|
|
```
|