debut
v0.0.15
Published
[](https://travis-ci.org/debutjs/debut)
Readme
Debut
Contributing
Requirements
Building
git clone https://github.com/debutjs/debut.git
cd debut
yarnOpen any of the example html files and they should work if everything has been correcly built!
Examples
If you want to rebuild any of the examples, simply use:
yarn build:examplesIf you wish to commit an example, make sure to commit its transpiled form as well!
Before making a PR
Run prettier to make sure your code follows our style guide:
yarn pretty