0.0.2 • Published 9 years ago

corroborate v0.0.2

Weekly downloads
10
License
-
Repository
github
Last release
9 years ago

corroborate

A validator for the JSON API specification

Build Steps

Make sure you have node & npm installed, then:

  • Install Bower npm install -g bower
  • Install Brunch npm install -g brunch
  • Install npm packages npm install
  • Install Bower packages bower install
  • Tell Brunch to watch the project files and rebuild on changebrunch watch --server
  • Open the build result open public/index.html
  • See results in the JavaScript console (for now)