mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-11 13:48:40 +00:00
12 lines
233 B
Markdown
12 lines
233 B
Markdown
# superdough demo
|
|
|
|
This demo shows how to use [superdough](https://www.npmjs.com/package/superdough) with [vite](https://vitejs.dev/).
|
|
|
|
## Running
|
|
|
|
```sh
|
|
pnpm i && cd examples/headless-repl
|
|
pnpm dev
|
|
# open http://localhost:5173/
|
|
```
|