From 233cc4bdc4b9da2016adb6e2d9a610dc2ff9100a Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Fri, 15 Apr 2022 09:33:46 +0200 Subject: [PATCH] update task instructions --- repl/README.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/repl/README.md b/repl/README.md index e7fe44e2..de8f9bf9 100644 --- a/repl/README.md +++ b/repl/README.md @@ -13,11 +13,8 @@ The REPL is deployed at [strudel.tidalcycles.org](https://strudel.tidalcycles.or ```bash # from project root -npm install -npx lerna bootstrap -cd repl -npm install -npm run start +npm run setup +npm run repl ``` ## Build REPL @@ -27,7 +24,3 @@ cd repl npm run build # <- builds repl + tutorial to ../docs npm run static # <- test static build ``` - -## Dev Notes - -~~Always run `npm i --legacy-peer-deps`, otherwise `@tonejs/piano` will break.~~