Supanext boilerplate is a boilerplate designed to get auth based web apps up quickly.
- Next 13
- Supabase (Local)
- Chakra UI
- Yarn
- Supabase CLI
- Docker (For supabase local dev instance)
- Fork this repo in Github
- Run
yarn
to install dependencies - Run
supabase start
and copy the keys into a.env
- Run
yarn dev
to start the dev server