Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 777 Bytes

INSTALL.md

File metadata and controls

37 lines (27 loc) · 777 Bytes

Installation

Please read through our Contributing Guidelines.

General setup

Before you start, install dependencies:

bundle install

Start development server:

bundle exec jekyll serve

Open your browser:

In case you need to rebuild the website:

bundle exec jekyll build

In case you need to update dependencies:

bundle update listen

Additional information