Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nodeschool/berlin
:bear: learn coding with nodeschool berlin (๑>ᴗ<๑)
https://github.com/nodeschool/berlin
berlin community nodeschool workshops
Last synced: 3 months ago
JSON representation
:bear: learn coding with nodeschool berlin (๑>ᴗ<๑)
- Host: GitHub
- URL: https://github.com/nodeschool/berlin
- Owner: nodeschool
- Archived: true
- Created: 2014-08-20T19:10:11.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-03-10T23:27:44.000Z (almost 5 years ago)
- Last Synced: 2024-09-17T01:45:05.474Z (4 months ago)
- Topics: berlin, community, nodeschool, workshops
- Language: JavaScript
- Homepage: http://nodeschool.io/berlin
- Size: 12.9 MB
- Stars: 56
- Watchers: 93
- Forks: 16
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - nodeschool/berlin - :bear: learn coding with nodeschool berlin (๑>ᴗ<๑) (others)
README
nodeschool berlin :school::bear:
======[![Slack](https://img.shields.io/badge/slack-%20%23nodeschool-orange.svg)](https://berlinjs-slack.herokuapp.com/)
[![IRC Freenode](https://img.shields.io/badge/freenode-%23nodeschool--berlin-green.svg)](https://webchat.freenode.net/?channels=nodeschool-berlin)## :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:
```sh
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[NodeSchool]: http://nodeschool.io
[Node.js]: https://nodejs.org
[OpenTechSchool Berlin]: https://www.meetup.com/opentechschool-berlin
[Choo]: http://choo.io