You can learn more about my journey to creating this "Planning Poker" web app at my blog here.
Create a .env.local
file in the root directory of the project and add the following environment variables:
# Server
SUPABASE_URL=
SUPABASE_ANON_KEY=
# Client
NEXT_APP_SUPABASE_URL=
NEXT_APP_SUPABASE_READONLY_KEY=
Then run the following commands:
npm install
npm run dev
If you find any issues with the app or have requests, please create an issue here