use vite for repl

This commit is contained in:
Felix Roos 2022-05-14 20:33:55 +02:00
parent 0d63ec9146
commit 645ea30b53
39 changed files with 3230 additions and 42511 deletions

View file

@ -1,26 +0,0 @@
# Strudel REPL
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 run setup
npm run repl
```
## Build REPL
```bash
cd repl
npm run build # <- builds repl + tutorial to ../docs
npm run static # <- test static build
```