- Install Ruby+Devkit: https://rubyinstaller.org/
- Run the ridk install step on the last stage of the installation wizard.
- Install Jekyll and Bundler using
gem install jekyll bundler
- Check if Jekyll has been installed properly:
jekyll -v
- Run
bundle install
within the root directory.
To serve the application while working: jekyll serve
In order to build the jekyll site run: jekyll build
Then copy the contents within the _site
directory to your server.