Josh Creek 58ed434f00 Merge pull request #33 from jcreek/32-if-there-is-a-wide-range-of-estimates-flag-lack-of-understanding
32 if there is a wide range of estimates flag lack of understanding
2024-06-20 19:49:18 +01:00
2023-07-09 19:02:12 +01:00
2024-06-20 19:42:30 +01:00
2023-06-30 14:20:28 +01:00
2023-06-30 14:20:28 +01:00
2023-06-30 14:08:29 +01:00
2023-07-13 19:50:34 +00:00

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.

S
Description
No description provided
Readme GPL-3.0 1.2 MiB
Languages
Svelte 67.3%
TypeScript 18.9%
HTML 8.1%
JavaScript 5%
Dockerfile 0.7%