A web app to allow scrum teams to easily perform estimations quickly and without unnecessary effort.
There are two components to this:
- Frontend, built using SvelteKit
- WebSockets server, built using Node.js
For full functionality, ensure there is a copy of the WebSockets server running.
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
To create a production version:
npm run build
You can preview the production build with npm run preview
.
This favicon was generated using the following font:
- Font Title: Fuzzy Bubbles
- Font Author: Copyright 2005 The Fuzzy Bubbles Project Authors (https://github.com/googlefonts/fuzzy-bubbles)
- Font Source: http://fonts.gstatic.com/s/fuzzybubbles/v5/6qLbKZMbrgv9pwtjPEVNV0F2Ds_WQxMAZkM1pn4.ttf
- Font License: SIL Open Font License, 1.1 (http://scripts.sil.org/OFL))
Once you've installed dependencies with npm install
, start a development server:
npm run dev
See the README in src/server
for details.