- Node.js >= 16.15.0
- yarn >= 1.22.18
- NEXT_PUBLIC_SUPABASE_ANON_KEY
- NEXT_PUBLIC_SUPABASE_URL
Both Needs to be set in .env file or the development environment and can be found after creating a database using Supabase
- Install Node Modules
yarn
- Run dev Server
yarn dev
- Currently it is deployed using Layer0/Edgio
- Use
yarn layer0:deploy
to deploy to Layer0
- Use
- Since its a Next.js app you can use your own deployemnt accordingly