pat270 / metal-quartz-components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

metal-quartz-components

Setup

  1. Install NodeJS >= v0.12.0, if you don't have it yet.

  2. Install lerna global dependency:

[sudo] npm install -g lerna@2.0.0-beta.37
  1. Run lerna to install local dependencies and link packages together:
lerna bootstrap
  1. Install local dependencies
npm install
  1. Run tests:
npm test

About


Languages

Language:JavaScript 80.0%Language:HTML 20.0%