Rough idea: We want to have a meetup where we bring people together who are in town for JSConf.eu to mix and mingle with the BerlinJS community. Ideally we get some talks from speakers / rejected speakers from their pool. Think of it as a super mini, low-key Reject.JS
All speaker data is in ./speakers.json
. Time and date are at the top of
index.js
.
$ npm install # install dependencies
$ npm start # start the dev server & open the application
$ npm run build # output to static files in dist/
$ npm run publish # builds page and publishes it to gh-pages
Shoutout to @yoshuawuyts for providing design and tools that run the website.