Thank you for your interest in contributing to task-tracker!
- Clone the repository
- Install dependencies:
npm install - Run tests:
npm test - Run lint:
npm run lint
- Create a new branch
- Make your changes
- Ensure tests and lint pass:
npm run verify - Submit a PR