Manage Contributions and Interests. Based on Firebase.
The code is copied from last year's contriboot https://github.com/jsunconf/contriboot but with upgraded libs and a few code improvements due to version changes.
Make sure you have the following commands installed:
brew install nodeAfter cloning the repository, install all dependencies:
npm installRun the following command to start the server on localhost:
npm startand point your browser to http://localhost:8080
To build the application, run the following command:
npm run buildand copy the generated build/static/main.js source to https://github.com/jsunconf/2017.jsunconf.eu/blob/master/content/scripts/contriboot.js