Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 442 Bytes

contributing.md

File metadata and controls

19 lines (15 loc) · 442 Bytes

Developing

  • For new features create a new branch
  • If you find a bug create an Issue
  • For develop continue steps:

Install nodejs

# to install package (dependencies)
npm install

# to build project
grunt

Workflow

Please submit pull requests via feature branches.

Testing

For testing use Jasmine.