Skip to content

Developing A1AtScript

Hannah Howard edited this page May 6, 2015 · 1 revision
  1. Fork/clone the repo

  2. Setup tasks

npm install
bower install
  1. Run tests (karma/jasmine)
karma start
  1. Bundle for distribution after making changes to src:
npm run-script dist

Clone this wiki locally