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:
- Fork and/or clone the repo
- Create a new branch for your changes
npm install
- (You may also need to do a
npm rebuild
) - Make edits to SRC files only
- To add a new event, add it to the top of the YAML array of events in config.yml
- Make sure to build the project before committing:
npm run build
- Preview your changes with
npm start
ornpm start -- --port=<port>
- Commit the changes
- 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.