/terraso-client-shared

Code that is shared between multiple Terraso clients.

Primary LanguageTypeScriptGNU Affero General Public License v3.0AGPL-3.0

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.