1.0.0 • Published 8 years ago

pm-grid v1.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

pm-grid

Javascript grid

Documentation

Directory Layout

.

Getting Started

Just clone or fork the repo:

$ git clone -o pm-grid -b master --single-branch 
      https://github.com/claygifford/pm-grid.git
$ cd pm-grid
$ npm install -g gulp           # Install Gulp task runner globally
$ npm install                   # Install Node.js components listed in ./package.json

How to Build

$ gulp build                    # or, `gulp build --release`

How to Run

$ gulp                          # or, `gulp --release`