mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-12 22:28:36 +00: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
|
|
```
|