Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rytsh/scrumik
scrum poker application
https://github.com/rytsh/scrumik
scrum-poker scrum-poker-cards
Last synced: 17 days ago
JSON representation
scrum poker application
- Host: GitHub
- URL: https://github.com/rytsh/scrumik
- Owner: rytsh
- License: apache-2.0
- Created: 2022-07-10T18:33:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-12T18:14:45.000Z (over 2 years ago)
- Last Synced: 2023-03-10T12:03:05.869Z (almost 2 years ago)
- Topics: scrum-poker, scrum-poker-cards
- Language: Svelte
- Homepage: https://scrumik.devusage.com
- Size: 887 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scrumik
Scrum poker application based firestore.
Use in this website [`scrumik.devusage.com`](https://scrumik.devusage.com/)
Icons of poker cards [Noto Emoji](https://fonts.google.com/noto/specimen/Noto+Emoji)
## Features
__-__ Add password to room
__-__ Kick user
__-__ Modify cards
__-__ SHIFT + [Q,W,E,R,T...] to select cards## Development
Run and BuildRun project
```sh
pnpm run dev
```Build
```sh
pnpm build
```For deployment add tag as `v[0-9]*` and pipeline will deploy.