Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.18 KB

README.md

File metadata and controls

25 lines (16 loc) · 1.18 KB

ABI Team Website

Installation

Local setup

This is for running things locally.

  1. Install Jekyll and Bundler. See instructions here.
  2. Run $ bundle to install Ruby gems specified in the Gemfile.
  3. Run $ bundle exec jekyll serve --incremental to host locally.

Update for MacOS

To launch website locally in MacOS, please follow these steps:

  1. Follow the instructions to install jekyll and related packages.
  2. Run $ bundle install in this repo directory.
  3. Run $ bundle exec jekyll serve --incremental to run website locally.

Please see Github's instructions for more information.