Merge pull request #4 from kindohm/readme-local-dev

update readme for local dev
This commit is contained in:
Alex McLean
2022-02-05 22:31:37 +00:00
committed by GitHub
+11 -1
View File
@@ -1 +1,11 @@
# strudel
# strudel
## Local development
Run the REPL locally:
```bash
cd repl
npm install
npm run start
```