https://github.com/baumannzone/scrum-poker
Scrum Poker con Firebase Firestore
https://github.com/baumannzone/scrum-poker
firebase firestore localstorage scrum-poker vue-router vuejs
Last synced: 10 months ago
JSON representation
Scrum Poker con Firebase Firestore
- Host: GitHub
- URL: https://github.com/baumannzone/scrum-poker
- Owner: baumannzone
- Created: 2020-03-30T18:10:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-25T22:11:54.000Z (over 1 year ago)
- Last Synced: 2024-11-13T19:32:29.158Z (over 1 year ago)
- Topics: firebase, firestore, localstorage, scrum-poker, vue-router, vuejs
- Language: Vue
- Homepage: https://scrum-poker-online.netlify.com/#/
- Size: 357 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# scrum-poker
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Run your unit tests
```
yarn test:unit
```
### Run your end-to-end tests
```
yarn test:e2e
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).