- Fork and clone the project
- Install dependencies
npm install- Run the lint and format checks
npm run lint- Fix lint / format checks that can be repaired automatically
npm run lint-fix- Make sure to add tests for your changes. Watch the tests
npm run test-watch- When you're ready with your new changes, update the version in the package.json file based on SemVer standards.