Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 429 Bytes

CONTRIBUTE.md

File metadata and controls

16 lines (11 loc) · 429 Bytes

Contributing

In order to run the Jeckyll server you must do this:

gem install bundle
bundle install
bundle exec jekyll serve

Open the Server address (usually, http://127.0.0.1:4000/) and code until you're happy with the result.

Then send a PR and one of our kind elves will eventually merge it.

Disclaimer: you might have your PR corrected if you're wrong, you know ;-)