hungergames/README.md

28 lines
546 B
Markdown
Raw Permalink Normal View History

2017-11-21 22:15:50 +01:00
# HungerGames
2017-09-29 18:12:00 +02:00
2017-11-21 22:15:50 +01:00
Gamification webapp on top of [OpenFoodFacts](http://openfoodfacts.org/) to
improve quality of the data.
2017-09-29 18:12:00 +02:00
2017-11-21 22:15:50 +01:00
## Build setup
2017-09-29 18:12:00 +02:00
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
2017-11-21 22:15:50 +01:00
# Then, serve the built files with a webserver
2017-09-29 18:12:00 +02:00
# build for production and view the bundle analyzer report
npm run build --report
2017-11-21 22:15:50 +01:00
```
2017-09-29 18:12:00 +02:00
2017-11-21 22:15:50 +01:00
## License
2017-09-29 18:12:00 +02:00
2017-11-21 22:15:50 +01:00
The content of this repository is licensed under an MIT license, unless explicitly mentionned otherwise.