https://github.com/sumit-kr-das/clocknotes
https://github.com/sumit-kr-das/clocknotes
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sumit-kr-das/clocknotes
- Owner: sumit-kr-das
- License: mit
- Created: 2024-03-03T15:07:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-29T06:58:11.000Z (5 months ago)
- Last Synced: 2025-02-16T02:47:34.609Z (3 months ago)
- Language: TypeScript
- Homepage: https://trakify.vercel.app/
- Size: 1.78 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Getting Started
### Clone the repo
First, clone the repo
```bash
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
```bash
npx prisma migrate dev --name init
```### Installation
Install all the dependencies
```bash
yarn install
```### Start the project
Run the development server:
```bash
yarn dev
```