Hi there! If you read this, you are considering to contribute to the Jaffle project, thank you! This can be done in several ways.
Jaffle is based on Strudel and TidalCycles, so any contribution to those projects will benefit Jaffle.
They are highly appreciated! You can either:
- create issues and suggestions on Github;
- say hello to
@roipoussiere
on the Strudel Discord; - contact me on Mastodon:
@roipoussiere@tetaneutral.net
.
git clone https://github.com/roipoussiere/jaffle.git
cd jaffle
npm install
Or use Yarn or Pnpm if you prefer.
npm run dev
npm test
If you use VSCode, you may want to install the Jest extension.
npm run lint
If you use VSCode, you may want to install the ESlint extension.