Skip to content

lantse/json-schema-v2

 
 

Repository files navigation

JSONSchema.net

This project is generated with yo angular generator version 0.12.1.

License

The MIT License (MIT)

Copyright (c) 2012 Jack Wootton

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Build & development

You need Node.js, NPM and Bower installed before continuing.

  • Node.js: See https://nodejs.org/en/download/
  • Install NPM: sudo apt-get install npm
  • Install Bower: npm install -g bower
  • Grunt CLI: npm install -g grunt-cli

You need to install the npm modules and bower components after creating a CITC client as they are not part of this repository. Run

npm install && bower install

This should create two directories:

  • bower_components
  • node_modules

If suitable versions of any dependency cannot be found, look in bower.json to pick the correct version. For example, if prompted with

Unable to find a suitable version for angular, please choose one:

Look in bower.json and see the declared dependency.

Run grunt for building and grunt server (or grunt serve) for preview.

Since audio files have been removed you'll need to add our own audio files:

  1. Add any sound files to /app/sounds/
  2. Modify the main controller (/app/scripts/controllers/main.js_) to load new sounds files.

Testing

Running grunt test will run the unit tests with karma.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 48.0%
  • HTML 27.6%
  • ApacheConf 21.5%
  • CSS 2.9%