This document describes how to setup the development environment for timetrack.
- Clone the repository:
git clone [email protected]:misteaverco/timetrack.git
- Install the dependencies:
npm install
- Start the application:
npm run start
Profit! 🎉
To update the npm packages, run:
npm run update-interactive
To lint and format the code, run:
npm run lint && npm run format