Skip to content

A web app for "Planning Poker" built with Next.js and Supabase. Built in public at my blog.

License

Notifications You must be signed in to change notification settings

mattlgroff/estimation-party

Repository files navigation

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

About

A web app for "Planning Poker" built with Next.js and Supabase. Built in public at my blog.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published