Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 208 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (13 loc) · 208 Bytes

Contributing

Feel free to open an issue or PR with improvements or suggestions.

Getting started

# Install packages
yarn

# Run linter
yarn lint

# Run tests
yarn test

# Build
yarn build