Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 326 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (7 loc) · 326 Bytes

Contributing to Solana Clicker

🎉 First off, thanks for taking the time to contribute!

Submitting PRs

To keep styling of code consistent, please run the following before you submit a PR:

cd web-ui
yarn style  // will run Prettier on various files
yarn lint   // will ensure the preview build will run