update setup instructions
This commit is contained in:
parent
5dbe550c5f
commit
134d29d82c
1 changed files with 9 additions and 0 deletions
|
|
@ -13,7 +13,16 @@ Tutorial: https://strudel.tidalcycles.org/tutorial/
|
||||||
Run the REPL locally:
|
Run the REPL locally:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
npm install
|
||||||
cd repl
|
cd repl
|
||||||
npm install
|
npm install
|
||||||
npm run start
|
npm run start
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Build
|
||||||
|
|
||||||
|
```bash
|
||||||
|
cd repl
|
||||||
|
npm run build
|
||||||
|
npm run static # <- test static build
|
||||||
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue