strudel-docker/README.md
2022-02-05 15:44:47 -06:00

11 lines
101 B
Markdown

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