update readme for local dev

This commit is contained in:
Mike Hodnick
2022-02-05 15:44:47 -06:00
parent 7c9219d294
commit 68c3450a44
+11 -1
View File
@@ -1 +1,11 @@
# strudel
# strudel
## Local development
Run the REPL locally:
```bash
cd repl
npm install
npm run start
```