An opinionated day planner
- Install and configure the version of Node JS listed in the .nvmrc file
- Configure
.env
files in the root/
and/supabase
- Run
npm start
to run the app locally - TODO: Local supabase setup
- Currently there is only a production instance that is used for development
- Log into the supabase CLI with
deno task supabase:login
- Pull types after db changes with
deno task supabase:types