Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 389 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (15 loc) · 389 Bytes

Contributing to HTML as Custom Elements

Developing

First, get set up. Ensure you have Chrome Canary installed, then run

$ npm install

Then, you can run the tests via either

$ npm test

for a single run, or

$ npm watch

for continuous development. In both cases, a Chrome Canary tab will pop open, and report the results back to your console.