build | ||
config | ||
src | ||
static | ||
.babelrc | ||
.editorconfig | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
.postcssrc.js | ||
index.html | ||
LICENSE.md | ||
package-lock.json | ||
package.json | ||
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.