Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 733 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 733 Bytes

Supanext Boilerplate

Supanext boilerplate is a boilerplate designed to get auth based web apps up quickly.

image

Tech Stack

  • Next 13
  • Supabase (Local)
  • Chakra UI

Prerequisites

  • Yarn
  • Supabase CLI
  • Docker (For supabase local dev instance)

Setting up the dev environment

  1. Fork this repo in Github
  2. Run yarn to install dependencies
  3. Run supabase start and copy the keys into a .env
  4. Run yarn dev to start the dev server

Developer Resources

Getting started with supabase local development environment