mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 14:26:58 -04:00
11 lines
101 B
Markdown
11 lines
101 B
Markdown
# strudel
|
|
|
|
## Local development
|
|
|
|
Run the REPL locally:
|
|
|
|
```bash
|
|
cd repl
|
|
npm install
|
|
npm run start
|
|
``` |