nodeschool / baltimore

Repo for Baltimore nodeschool events, info, etc
http://nodeschool.io/baltimore
MIT License
14 stars 6 forks source link

baltimore nodeschool chapter

Repo for Baltimore nodeschool events, info, etc. Our website code is here, as well as discussions in the issue queue.

How to make updates to this site:

  1. Fork and/or clone the repo
  2. Create a new branch for your changes
  3. npm install
  4. (You may also need to do a npm rebuild)
  5. Make edits to SRC files only
  6. To add a new event, add it to the top of the YAML array of events in config.yml
  7. Make sure to build the project before committing: npm run build
  8. Preview your changes with npm start or npm start -- --port=<port>
  9. Commit the changes
  10. Push your branch, submit the pull request

If you run into any problems or have any questions, create an issue or join our Slack team and ask in the #nodeschool channel.