mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-11 21:58:37 +00:00
14 lines
204 B
Markdown
14 lines
204 B
Markdown
# strudel
|
|
|
|

|
|
|
|
## Local development
|
|
|
|
Run the REPL locally:
|
|
|
|
```bash
|
|
cd repl
|
|
npm install
|
|
npm run start
|
|
```
|