1.0.0 • Published 9 years ago

berlin v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

nodeschool berlin :school::bear:

Slack IRC Freenode

:star: welcome!

Welcome to NodeSchool Berlin, a bi-weekly NodeSchool chapter dedicated to helping people learn Node.js! You can RSVP for one of our meetups on the OpenTechSchool Berlin meetup page. We usually meet up every 2 weeks at the Mozilla Berlin offices in Berlin-Kreuzberg. Drinks are on us, and sometimes we even have pizza!

This repository hosts our website (http://nodeschool.io/berlin), which is built with Choo, as well as our presentation slides we present at the start of each meetup. If you want to contribute to our website, you only need to run the following commands:

git clone https://github.com/nodeschool/berlin nodeschool-berlin
cd nodeschool-berlin
npm install
npm start

This will launch a development server. After making your changes, be sure to open a new pull request to this repository!

Build commands

CommandDescription
$ npm startStart the development server
$ npm testLint, validate deps & run tests
$ npm run buildCompile all files into dist/
$ npm run inspectInspect the bundle's dependencies
$ npm run publishPublish to gh-pages