Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 978 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 978 Bytes

jsconf2017-special

screenshot displaying the very yellow berlin.js website - because yellow is the color of javascript. Or something haha

  • Date: May 4th, 2017
  • Time: 7pm
  • Location: co.up, 3rd floor.
  • Meetup link: T.B.D.
  • After Meetup: T.B.D and to be coordinated with CSSConf.EU

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

Contributing

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

License

MIT