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 node
After cloning the repository, install all dependencies:
npm install
Run the following command to start the server on localhost:
npm start
and point your browser to http://localhost:8080
To build the application, run the following command:
npm run build
and copy the generated build/static/main.js
source to https://github.com/jsunconf/2017.jsunconf.eu/blob/master/content/scripts/contriboot.js