Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 426 Bytes

File metadata and controls

26 lines (20 loc) · 426 Bytes

uclapi.github.io

##Install

Prerequisites

To build the site and the docs you will need the following:

  • Linux or OSX
  • Ruby 2.0 or newer
  • Bundler — If Ruby is already installed, but the bundle command doesn't work, just run gem install bundler in a terminal.
  • Nodejs.

#### Install Docs

cd docs
bundle install

#### Install Site

cd site
npm install

####Build Everything Simply run ./build.sh