- clone project
git clone git@github.com:servebox/servebox.github.io.git
- install dependencies (need ruby, and bundle installed)
bundle install
bundle exec jekyll serve --watch
The server will be available on server address: http://0.0.0.0:4000/
Add a file in the _posts folder, file must be in markdown format.