git clone https://github.com/debutjs/debut.git
cd debut
yarn
Open any of the example html files and they should work if everything has been correcly built!
If you want to rebuild any of the examples, simply use:
yarn build:examples
If you wish to commit an example, make sure to commit its transpiled form as well!
Run prettier to make sure your code follows our style guide:
yarn pretty