Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 472 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (11 loc) · 472 Bytes

Contributing to rapid-sdk

Contributing Code

Before performing any code changes go through the following setup:

git checkout main
git pull origin
npm install            # update monorepo root and subpackage dependencies
npm run all            # build everything

Writting code documentation

Code follows TSDoc standard of source documentation and uses typedoc generator to generate HTML documentation.