Skip to content

JohnVicke/napa

Repository files navigation

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