Skip to content

A web app to allow scrum teams to easily perform estimations quickly and without unnecessary effort.

License

Notifications You must be signed in to change notification settings

jcreek/EstimationPoker

Repository files navigation

EstimationPoker

A web app to allow scrum teams to easily perform estimations quickly and without unnecessary effort.

There are two components to this:

  1. Frontend, built using SvelteKit
  2. WebSockets server, built using Node.js

Frontend

For full functionality, ensure there is a copy of the WebSockets server running.

Developing

Once you've installed dependencies with npm install, start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version:

npm run build

You can preview the production build with npm run preview.

Favicon

This favicon was generated using the following font:

WebSockets Server

Developing

Once you've installed dependencies with npm install, start a development server:

npm run dev

Deploying

See the README in src/server for details.

About

A web app to allow scrum teams to easily perform estimations quickly and without unnecessary effort.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published