Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 506 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 506 Bytes

Prerequisites

Jekyll

Install dependencies

This website is built on Jekyll and uses its built-in SCSS compiler to generate our CSS. Before getting started, you'll need to install the Jekyll gem and related dependencies:

$ bundle install

3. Running locally

To see your Jekyll site, start a Jekyll server:

$ bundle exec jekyll serve

Open http://localhost:4000 in your browser, and voilà.

https://github.com/andrewhwanpark/dark-poole