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

12 lines
202 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
```