First, clone the repo
git clone https://github.com/sumit-kr-das/time-track.gitCreate a .env file and copy the environment variables from .env.example
Migrate the database
npx prisma migrate dev --name initInstall all the dependencies
yarn installRun the development server:
yarn dev