Thanks for your interest in contributing to Loop Machine!
- Bug reports: Open an issue with steps to reproduce
- Feature requests: Open an issue describing the feature and use case
git clone https://github.com/brsbl/loop-machine.git
cd loop-machine
npm install
npm run devnpm run lint
npm test
npm run buildAll checks must pass before merging.