Ir al archivo
Lucas Verney 9b60fe57c3 Add license 2017-11-21 22:15:50 +01:00
build First mockup 2017-09-29 18:12:00 +02:00
config First mockup 2017-09-29 18:12:00 +02:00
src Update of the whole app 2017-11-21 22:11:58 +01:00
static First mockup 2017-09-29 18:12:00 +02:00
.babelrc First mockup 2017-09-29 18:12:00 +02:00
.editorconfig First mockup 2017-09-29 18:12:00 +02:00
.eslintignore First mockup 2017-09-29 18:12:00 +02:00
.eslintrc.js Basic PoC 2017-10-22 21:20:58 +02:00
.gitignore First mockup 2017-09-29 18:12:00 +02:00
.postcssrc.js First mockup 2017-09-29 18:12:00 +02:00
LICENSE.md Add license 2017-11-21 22:15:50 +01:00
README.md Add license 2017-11-21 22:15:50 +01:00
index.html Update of the whole app 2017-11-21 22:11:58 +01:00
package-lock.json Update of the whole app 2017-11-21 22:11:58 +01:00
package.json Add license 2017-11-21 22:15:50 +01:00

README.md

HungerGames

Gamification webapp on top of OpenFoodFacts to improve quality of the data.

Build setup

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