Skip to content

claudivanfilho/codenames-portfolio-app

Repository files navigation

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.