https://github.com/phyks/hungergames
OpenFoodFacts gamification
https://github.com/phyks/hungergames
Last synced: 2 months ago
JSON representation
OpenFoodFacts gamification
- Host: GitHub
- URL: https://github.com/phyks/hungergames
- Owner: Phyks
- License: mit
- Created: 2017-09-29T16:12:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-21T21:15:55.000Z (over 7 years ago)
- Last Synced: 2025-01-22T12:23:09.900Z (4 months ago)
- Language: JavaScript
- Size: 132 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# HungerGames
Gamification webapp on top of [OpenFoodFacts](http://openfoodfacts.org/) to
improve quality of the data.## Build setup
``` bash
# install dependencies
npm install# serve with hot reload at localhost:8080
npm run dev# build for production with minification
npm run build
# Then, serve the built files with a webserver# build for production and view the bundle analyzer report
npm run build --report
```## License
The content of this repository is licensed under an MIT license, unless explicitly mentionned otherwise.