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