Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 423 Bytes

CONTRIBUTING.md

File metadata and controls

30 lines (20 loc) · 423 Bytes

Contributing

Development

Clone the repository from GitHub.

$ git clone https://github.com/github/time-elements

Now just cd into the directory and run make to install the development dependencies.

$ cd time-elements/
$ make

Testing

Lint tools and headless tests can be ran via make.

$ make test

The QUnit test suite can also be ran in the browser.

$ open test/test.html