Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 573 Bytes

File metadata and controls

27 lines (19 loc) · 573 Bytes

Contributing

Thanks for your interest in contributing to Loop Machine!

How to Contribute

Development Setup

git clone https://github.com/brsbl/loop-machine.git
cd loop-machine
npm install
npm run dev

Before Submitting a PR

npm run lint
npm test
npm run build

All checks must pass before merging.