From 134d29d82cb54ad2a74c41ab542dfadca4c83289 Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Fri, 25 Mar 2022 23:35:00 +0100 Subject: [PATCH] update setup instructions --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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 +```