- Clone the repo
- Ensure you have Node and Npm installed
- Run
npm install
- Rename
src/lib/remoteDB.js.sample
tosrc/lib/remoteDB.js
- Run
npm run dev
- Create a branch off
master
- Make desired changes and push to own branch
- Create a Pull Request requesting a merge to master