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
commit ac574f7b36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1 +1,11 @@
# strudel
# strudel
## Local development
Run the REPL locally:
```bash
cd repl
npm install
npm run start
```