Codenames board game App created with the intention of showcasing a range of software skills
- Run
yarn install
to install dependencies - Rename
.env.local.example
to.env.local
and update the values forNEXT_PUBLIC_SUPABASE_URL
andNEXT_PUBLIC_SUPABASE_ANON_KEY
from your Supabase project's API settings - Run
yarn dev
to start the local development server
Check out the docs for Local Development to also run Supabase locally.