-
Notifications
You must be signed in to change notification settings - Fork 4
Installation
Adam Jolicoeur edited this page Nov 30, 2017
·
1 revision
When installing the Design Tracker locally, you will need to first meet all of the dependency requirements, but also follow the below instructions.
- Download or Fork this repository
- Run
npm initialize
- commands run as part of this script:
gem install bundler
bundle install
npm install
gulp
jekyll build
- if
jekyll build
errors, runbundle exec jekyll build
- commands run as part of this script:
- Run
jekyll serve