Skip to content

abhikawle/learn_project

Repository files navigation

learn_project — Run instructions

Steps to get the project running locally (Windows PowerShell):

  1. Install dependencies
cd "c:\Users\abhis\Downloads\learn_project"
npm install
  1. Create environment file
copy .env.local.example .env.local
# open .env.local and paste your Supabase URL and anon key
  1. Run the dev server
npm run dev

Notes:

  • Fill NEXT_PUBLIC_SUPABASE_URL and NEXT_PUBLIC_SUPABASE_ANON_KEY in .env.local.
  • The project uses Next.js + Supabase. If you need optional service-role key, set SUPABASE_SERVICE_ROLE_KEY (do not commit it).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors