Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sil0rak/story-point-calculator
Educational site
https://github.com/sil0rak/story-point-calculator
agile educate points story storypoints
Last synced: 3 days ago
JSON representation
Educational site
- Host: GitHub
- URL: https://github.com/sil0rak/story-point-calculator
- Owner: SIL0RAK
- Created: 2022-07-22T06:51:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-24T09:14:53.000Z (almost 2 years ago)
- Last Synced: 2024-11-08T18:42:42.249Z (about 2 months ago)
- Topics: agile, educate, points, story, storypoints
- Language: Vue
- Homepage: https://sil0rak.github.io/story-point-calculator/
- Size: 523 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Educational story points calculator
Estimations can be hard, realy hard thats why we have this project.
Story point estimation should consist of three main parts: Complexity, Effort, Certainty.## Setup
Make sure to install the dependencies:
```bash
# yarn
yarn install# npm
npm install# pnpm
pnpm install --shamefully-hoist
```## Development Server
Start the development server on http://localhost:3000
```bash
npm run dev
```## Production
Build the application for production:
```bash
npm run build
```Locally preview production build:
```bash
npm run preview
```