Setup Dev Environment
- Fork this repository and clone it locally:
git clone https://github.com/{yourUsername}/cpbooster
cd
(change directory) tocpbooster/app
- Install dependencies: run
npm install
- Install
cpbooster
from source:npm run install:dev
- Make code changes
#
Before making a Pull Request- Lint your code and fix possible linting errors:
npm run lint
- Verify all tests pass:
npm t