All Projects → nodeschool → sanfrancisco

nodeschool / sanfrancisco

Licence: other
repo for organizing the sanfrancisco nodeschools

Programming Languages

Mustache
554 projects
stylus
462 projects

Projects that are alternatives of or similar to sanfrancisco

berlin
🐻 learn coding with nodeschool berlin (๑>ᴗ<๑)
Stars: ✭ 54 (-44.33%)
Mutual labels:  nodeschool
karachi
Repository for organizing the karachi nodeschools events
Stars: ✭ 21 (-78.35%)
Mutual labels:  nodeschool
london
The repo for london nodeschool events
Stars: ✭ 26 (-73.2%)
Mutual labels:  nodeschool
Learnyounode
Learn You The Node.js For Much Win! An intro to Node.js via a set of self-guided workshops.
Stars: ✭ 6,933 (+7047.42%)
Mutual labels:  nodeschool

NodeSchool SF

Welcome to the NodeSchool San Francisco chapter's repository. We use this repository for our website and almost all our communication.

You can see the website here: http://nodeschool.io/sanfrancisco/

Talk to us

We utilize GitHub Issues like a message board and keep almost all of our communication in the open. If for any reason you need to contact an organizer privately you may contact us directly.

Team

Contributing to the website

The website is generated using Mustache templates, Stylus, and JavaScript. It runs on GitHub Pages.

Running locally

  1. Fork the repository
  2. Clone your fork to a local folder: git clone <fork url here>
  3. cd into your project folder.
  4. Run npm install to install dependencies.

For a development server, run

$ npm run docs:dev

Now you can visit http://localhost:8080/ in your browser to see the website.

Important: edit files inside the directory docs-src. Files are compiled into the docs folder. Changes will be compiled automatically by the npm run docs:dev command.

Special thanks

Andrew Duquet created the first issue that got the San Francisco chapter started. Thank you Andrew!!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].