strudel-docker/README.md
2022-03-27 23:45:46 +02:00

676 B

strudel

Strudel test status

An experiment in making a 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:

npm install
npx lerna bootstrap
cd repl
npm install
npm run start

Publish Packages

To publish, just run:

npx lerna version

This will publish all packages that changed since the last version.