Skip to content

Latest commit

 

History

History
50 lines (37 loc) · 1.27 KB

README.md

File metadata and controls

50 lines (37 loc) · 1.27 KB

Lavaca

Build Status Coverage Status

A curated collection of tools built for mobile

Getting Started

Pull down a lavaca-starter project

Run Tests

  1. Install grunt-cli globally Note: this may require sudo
$ npm install -g grunt-cli
  1. Install bower globally Note: this may require sudo
$ npm install -g bower
  1. Install dev dependencies for our tasks to work
$ npm install && bower install
  1. Run Tests
$ grunt test

Documentation

http://getlavaca.com/#/guide

http://getlavaca.com/#/apidoc

Examples

http://getlavaca.com/#/examples

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.

Release History

View Change Log

License

Copyright (c) 2013 mutualmobile Licensed under the MIT license.