Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elpassion/sprint-poker-inesita
Online estimation tool for Agile teams.
https://github.com/elpassion/sprint-poker-inesita
Last synced: 4 days ago
JSON representation
Online estimation tool for Agile teams.
- Host: GitHub
- URL: https://github.com/elpassion/sprint-poker-inesita
- Owner: elpassion
- License: mit
- Created: 2016-03-04T11:14:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-22T15:51:46.000Z (over 6 years ago)
- Last Synced: 2024-08-01T23:41:02.437Z (3 months ago)
- Language: Ruby
- Homepage: https://sprintpoker.io/
- Size: 1.94 MB
- Stars: 2
- Watchers: 6
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-opal - Sprint Poker - Online estimation tool for Agile teams (Uncategorized / Uncategorized)
README
# Sprint Poker Frontend
Frontend for [Sprint Poker] written in [Inesita] and [Opal]
http://sprintpoker.io
## Setup
- Install [sprint-poker](https://github.com/elpassion/sprint-poker) backend
- Install dependencies with `bundle install`
- Run server with `bundle exec inesita server`Now you can visit [`localhost:9292`](http://localhost:9292) from your browser.
## Contributing
We follow the "[fork-and-pull]" Git workflow.
1. Fork the repo on GitHub
2. Commit changes to a branch in your fork
3. Pull request "upstream" with your changes
4. Merge changes in to "upstream" repoNOTE: Be sure to merge the latest from "upstream" before making a pull request!
## License
Sprint Poker is released under the MIT License. See the [LICENSE] file for further details.
[Sprint Poker]: https://github.com/elpassion/sprint-poker
[Inesita]: http://inesita-rb.github.io/
[Opal]: http://opalrb.org/
[fork-and-pull]: https://help.github.com/articles/using-pull-requests
[LICENSE]: LICENSE