repl readme
This commit is contained in:
parent
73996997e5
commit
3c123538e9
2 changed files with 27 additions and 9 deletions
|
|
@ -19,11 +19,3 @@ 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
|
|
||||||
```
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,32 @@
|
||||||
# Strudel REPL
|
# Strudel REPL
|
||||||
|
|
||||||
TBD
|
This is the REPL for Strudel. REPL stands for
|
||||||
|
|
||||||
|
- Read
|
||||||
|
- Evaluate
|
||||||
|
- Play!
|
||||||
|
- Loop
|
||||||
|
|
||||||
|
The REPL is deployed at [strudel.tidalcycles.org](https://strudel.tidalcycles.org/).
|
||||||
|
|
||||||
|
## Run REPL locally
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# from project root
|
||||||
|
npm install
|
||||||
|
npx lerna bootstrap
|
||||||
|
cd repl
|
||||||
|
npm install
|
||||||
|
npm run start
|
||||||
|
```
|
||||||
|
|
||||||
|
## Build REPL
|
||||||
|
|
||||||
|
```bash
|
||||||
|
cd repl
|
||||||
|
npm run build # <- builds repl + tutorial to ../docs
|
||||||
|
npm run static # <- test static build
|
||||||
|
```
|
||||||
|
|
||||||
## Dev Notes
|
## Dev Notes
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue