Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 419 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 419 Bytes

vehicle-history developers portal

Using JavaScript and Bower

  • Run npm install -g bower to install Bower.
  • Run npm install -g grunt-cli to install Grunt.
  • Run npm install in the directory to install other tools.
  • Run bower install to install dependencies.

After changing the JavaScript, run grunt to rebuild the minified JS.

bundle exec jekyll serve
rake deploy