mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-11 13:48:34 +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
|
|
```
|