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