Skip to content

uclapi/uclapi.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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