Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 533 Bytes

README.md

File metadata and controls

47 lines (31 loc) · 533 Bytes

Not another productivity application

Getting started

Prerequesits

  • Supabase
  • Docker
  • node (16.16.0)

Install

  1. Clone repo
gh repo clone JohnVicke/time-keeper
  1. Setup environment (Google credentials).
cat .env.example > .env
  1. Install dependancies
nvm use && npm i
  1. Migrate db
npx prisma migrate dev
  1. Populate db (optional):
npm run ts-node ./scripts/generate-db.ts

Run

npm run dev