Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 482 Bytes

File metadata and controls

15 lines (10 loc) · 482 Bytes

Getting Started

  1. You will need Ruby and Bundler to use Jekyll. Following Using Jekyll with Bundler to fullfill the enviromental requirement.

  2. Installed dependencies in the Gemfile:

$ bundle install 
  1. Serve the website (localhost:4000 by default):
$ bundle exec jekyll serve  # alternatively, npm start