Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 715 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 715 Bytes

Hey! 👋

Useful links

📜 Developer documentation

✍️ Try the demo

Examples

You can find examples of how to use the SDK in the examples folder.

How to develop

Install dependencies

  • Run the following command to install the dependencies via pnpm:

    pnpm install
    

Launch the project for local development

  • Run the following command to launch the sdk for local development via https:
    pnpm dev
    

Contribution

Feel free to contribute by forking the repository and opening a pull request.

If you wish to contribute to the project, run the following command as well

pnpm install-precommit-hook