Skip to content

Installation

Adam Jolicoeur edited this page Nov 30, 2017 · 1 revision

Installing Locally

When installing the Design Tracker locally, you will need to first meet all of the dependency requirements, but also follow the below instructions.

  1. Download or Fork this repository
  2. Run npm initialize
    • commands run as part of this script:
      • gem install bundler
      • bundle install
      • npm install
      • gulp
      • jekyll build
    • if jekyll build errors, run bundle exec jekyll build
  3. Run jekyll serve
Clone this wiki locally