Pokemon Draft Leagues Made Easy™️
-
Join the Supabase project
-
Supabase > Settings > API. Locate the URL and anon key
-
Save a .env file in the root:
VITE_SUPABASE_URL=<Project URL>
VITE_SUPABASE_KEY=<Supabase Anonymous Key>
$ npm install
$ npm run dev