- ruby
- jekyll
- bundler
- Download the source code
- Go into the directory of the website
- Run
bundle install
- You can now Preview/Build this website on your local machine
First, you must go to the directory of the website source. Then you can...
jekyll serve
JEKYLL_ENV=production jekyll build
You can use git
for this.