Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 343 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 343 Bytes

Installing some deps is necessary for building the project again.
Clone this project or download it directly from github.

Node.js is required to build this project

# Install node.js
brew install node

Setup

# Navigate to this folder
cd ~/path/to/repo

# Install deps
npm install

Build

gulp build