https://github.com/jerone/tweeduizenden
Tool to help record statistics for the game called TweeDuizenden.
https://github.com/jerone/tweeduizenden
games record-statistics skip-bo-game tweeduizenden
Last synced: 27 days ago
JSON representation
Tool to help record statistics for the game called TweeDuizenden.
- Host: GitHub
- URL: https://github.com/jerone/tweeduizenden
- Owner: jerone
- License: mit
- Created: 2014-09-18T15:55:36.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-06-14T20:08:15.000Z (almost 9 years ago)
- Last Synced: 2024-04-14T21:54:27.646Z (about 2 years ago)
- Topics: games, record-statistics, skip-bo-game, tweeduizenden
- Language: JavaScript
- Homepage: http://tweeduizenden-jerone.rhcloud.com
- Size: 1.33 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# TweeDuizenden
[](https://gitter.im/jerone/TweeDuizenden)
[](https://david-dm.org/jerone/TweeDuizenden)
[](https://travis-ci.org/jerone/TweeDuizenden)
[](https://github.com/jerone/TweeDuizenden/issues)
Tool to help record statistics for the games TweeDuizenden and Skip-Bo1.
## Prerequisites
- [Node.js](http://nodejs.org)
- [MongoDB](http://www.mongodb.org)
## Getting Started
1. Git checkout or download the source from https://github.com/jerone/TweeDuizenden.
2. Install NPM dependencies `npm install`.
3. Install bower dependencies `bower install`.
4. Start app `node app.js`.
5. Open browser with url [`http://localhost:3000/`](http://localhost:3000/).
:exclamation: **Note:** I highly recommend installing [nodemon](https://github.com/remy/nodemon).
It watches for any changes in your node.js app and automatically restarts the server.
Once installed, instead of `node app.js` use `nodemon app.js`.
It will save you a lot of time in the long run, because you won't need to manually restart the server each time you make a small change in code. Get more out of it when calling it like `nodemon --inspect app.js`.
To install, run `npm install -g nodemon`.
## Contributing
Please review the [guidelines for contributing](https://github.com/jerone/TweeDuizenden/blob/master/CONTRIBUTING.md) to this repository.
## License
This [project](https://github.com/jerone/TweeDuizenden) is [licensed under MIT](https://github.com/jerone/TweeDuizenden/blob/master/LICENSE).
-------------
1 Custom rules.