mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-11 13:48:40 +00:00
update setup instructions
This commit is contained in:
parent
5dbe550c5f
commit
134d29d82c
@ -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…
x
Reference in New Issue
Block a user