- run
bundle install
- Go to project directory
- Type
bundle exec jekyll serve
# do not use --auto! jekyll breaks - Open browser at http://localhost:4000/
- go to project directory
- jekyll serve --watch (this will auto reload any changes)
- for more information on jekyll http://jekyllrb.com/docs/home/
More info: https://help.github.com/articles/using-jekyll-with-pages
Development using Cloud9 (http://c9.io)
- Fork https://github.com/iron-io/docs to your github account
- Login (or signup) at http://c9.io using github
- Click on 'docs' under 'PROJECTS ON GITHUB' in the left menu
- Click the green 'CLONE TO EDIT' button
- In the terminal use the command: jekyll serve --watch --port $PORT
When you are done making your awesome edits, git commit && git push, then go back to github and do a pull request.
Easy as pie and you never even had to leave your browser!