mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-11 13:48:40 +00:00
12 lines
194 B
Markdown
12 lines
194 B
Markdown
# strudel 
|
|
|
|
## Local development
|
|
|
|
Run the REPL locally:
|
|
|
|
```bash
|
|
cd repl
|
|
npm install
|
|
npm run start
|
|
```
|