diff --git a/README.md b/README.md index fe3034e5..db331e5e 100644 --- a/README.md +++ b/README.md @@ -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 +```