update setup instructions

This commit is contained in:
Felix Roos 2022-03-25 23:35:00 +01:00
parent 5dbe550c5f
commit 134d29d82c

View File

@ -13,7 +13,16 @@ Tutorial: https://strudel.tidalcycles.org/tutorial/
Run the REPL locally:
```bash
npm install
cd repl
npm install
npm run start
```
## Build
```bash
cd repl
npm run build
npm run static # <- test static build
```