hungergames/README.md

28 lines
546 B
Markdown

# 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.