8000 GitHub - sumit-kr-das/clocknotes
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sumit-kr-das/clocknotes

Repository files navigation

Getting Started

Clone the repo

First, clone the repo

git clone https://github.com/sumit-kr-das/time-track.git

Setup environment variables

Create a .env file and copy the environment variables from .env.example

Database migration

Migrate the database

 npx prisma migrate dev --name init

Installation

Install all the dependencies

yarn install

Start the project

Run the development server:

yarn dev
0