mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 14:26:58 -04:00
9 lines
167 B
Markdown
9 lines
167 B
Markdown
# codemirror-repl example
|
|
|
|
This folder demonstrates how to set up a full strudel repl with the `@strudel/codemirror` package. Run it using:
|
|
|
|
```sh
|
|
pnpm i
|
|
pnpm dev
|
|
```
|