- Fork the repository
- Make your changes
- Submit a pull request
- At least one other person in the frontenddevadl group should review & approve it (someone not involved in making the change)
New to contributing? Follow this excellent guide by Chaser324.
Install Jekyll and Bundler gems through RubyGems:
gem install jekyll bundler
While in the repository root directory, build the site:
bundle exec jekyll serve
Browse to http://localhost:4000 to view it.
After making changes, you will need to kill the process and re-launch it to see the changes reflected in your web browser.
For more information, check the official docs.