Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 697 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 697 Bytes

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