mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-20 10:08:29 +00:00
update task instructions
This commit is contained in:
parent
8dde34565a
commit
233cc4bdc4
@ -13,11 +13,8 @@ The REPL is deployed at [strudel.tidalcycles.org](https://strudel.tidalcycles.or
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# from project root
|
# from project root
|
||||||
npm install
|
npm run setup
|
||||||
npx lerna bootstrap
|
npm run repl
|
||||||
cd repl
|
|
||||||
npm install
|
|
||||||
npm run start
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Build REPL
|
## Build REPL
|
||||||
@ -27,7 +24,3 @@ cd repl
|
|||||||
npm run build # <- builds repl + tutorial to ../docs
|
npm run build # <- builds repl + tutorial to ../docs
|
||||||
npm run static # <- test static build
|
npm run static # <- test static build
|
||||||
```
|
```
|
||||||
|
|
||||||
## Dev Notes
|
|
||||||
|
|
||||||
~~Always run `npm i --legacy-peer-deps`, otherwise `@tonejs/piano` will break.~~
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user