Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 373 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 373 Bytes

terraso-client-shared

Code that is shared between multiple Terraso clients.

Contributing

Before contributing to the project, it's recommended that you set up your local git running the following command:

$ make setup-git-hooks

This will activate two git hooks to automatically check JavaScript code style and commit message structure before each commit.