mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-18 17:18:33 +00:00
12 lines
202 B
Markdown
12 lines
202 B
Markdown
# strudel 
|
|
|
|
## Local development
|
|
|
|
Run the REPL locally:
|
|
|
|
```bash
|
|
cd repl
|
|
npm install
|
|
npm run start
|
|
```
|