strudel-docker/README.md
2022-03-25 23:35:00 +01:00

29 lines
597 B
Markdown

# strudel
[![Strudel test status](https://github.com/tidalcycles/strudel/actions/workflows/test.yml/badge.svg)](https://github.com/tidalcycles/strudel/actions)
An experiment in making a [Tidal](https://github.com/tidalcycles/tidal/) using web technologies. This is unstable software, please tread carefully.
Try it here: https://strudel.tidalcycles.org/
Tutorial: https://strudel.tidalcycles.org/tutorial/
## Local development
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
```