Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 210 Bytes

contributing.md

File metadata and controls

31 lines (21 loc) · 210 Bytes

Contributing

Setup

Setup instructions

Develop

yarn start

Lint

Lint CSS and JS:

yarn lint

Test

Run unit tests:

yarn test

Release

yarn build