strudel/README.md
2022-02-26 20:23:58 +00:00

14 lines
204 B
Markdown

# strudel
![Strudel test status](https://github.com/tidalcycles/strudel/actions/workflows/test.yml/badge.svg)
## Local development
Run the REPL locally:
```bash
cd repl
npm install
npm run start
```