nodeschool / berlin

:bear: learn coding with nodeschool berlin (๑>ᴗ<๑)

Home Page:http://nodeschool.io/berlin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nodeschool berlin 🏫🐻

Slack IRC Freenode

⭐ 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

Command Description
$ npm start Start the development server
$ npm test Lint, validate deps & run tests
$ npm run build Compile all files into dist/
$ npm run inspect Inspect the bundle's dependencies
$ npm run publish Publish to gh-pages

About

:bear: learn coding with nodeschool berlin (๑>ᴗ<๑)

http://nodeschool.io/berlin


Languages

Language:JavaScript 100.0%