Skip to content

kvietcong/poke-draft

Repository files navigation

PokeDraft

Pokemon Draft Leagues Made Easy™️

Point Ruleset

Filters

Selections

Developing

Set up environment variables

  1. Join the Supabase project

  2. Supabase > Settings > API. Locate the URL and anon key

  3. Save a .env file in the root:

VITE_SUPABASE_URL=<Project URL>
VITE_SUPABASE_KEY=<Supabase Anonymous Key>

Run Local Server

$ npm install
$ npm run dev