Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Latest commit

 

History

History
8 lines (7 loc) · 368 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 368 Bytes

Installation Instructions

  • Install a full Ruby development environment.
  • Install bundler gem: gem install bundler
  • Clone this repo.
  • Install dependencies: bundler install
  • After running commands above, run bundle exec jekyll serve to preview locally.
  • Use the address http://127.0.0.1:4000 in your browser.