Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```