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

https://github.com/didaquis/story-points

This is an application that allows you to make estimates
https://github.com/didaquis/story-points

vue

Last synced: about 2 months ago
JSON representation

This is an application that allows you to make estimates

Awesome Lists containing this project

README

        

# story-points

Deployed at: https://story-points.netlify.app

[![Netlify Status](https://api.netlify.com/api/v1/badges/f8eb8189-4820-4a87-9a7a-f449bf26fc02/deploy-status)](https://app.netlify.com/sites/story-points/deploys)

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Run your unit tests
```
npm run test:unit
```

### Run your end-to-end tests
```
npm run test:e2e
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).