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
- Host: GitHub
- URL: https://github.com/didaquis/story-points
- Owner: didaquis
- Created: 2020-07-09T21:25:16.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-15T05:22:08.000Z (about 2 years ago)
- Last Synced: 2025-03-11T03:47:27.856Z (about 2 months ago)
- Topics: vue
- Language: JavaScript
- Homepage: https://story-points.netlify.app
- Size: 3.95 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# story-points
Deployed at: https://story-points.netlify.app
[](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/).