Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 613 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 613 Bytes

Codenames Board Game App

Codenames board game App created with the intention of showcasing a range of software skills

Development

  1. Run yarn install to install dependencies
  2. Rename .env.local.example to .env.local and update the values for NEXT_PUBLIC_SUPABASE_URL and NEXT_PUBLIC_SUPABASE_ANON_KEY from your Supabase project's API settings
  3. Run yarn dev to start the local development server

Check out the docs for Local Development to also run Supabase locally.