mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-11 13:48:40 +00:00
20 lines
453 B
Markdown
20 lines
453 B
Markdown
# strudel
|
|
|
|

|
|
|
|
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
|
|
cd repl
|
|
npm install
|
|
npm run start
|
|
```
|