Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 674 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 674 Bytes

Estimation Party

You can learn more about my journey to creating this "Planning Poker" web app at my blog here.

Running the app locally

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

Issues & Requests

If you find any issues with the app or have requests, please create an issue here