The thirdweb team welcomes contributions!
For OSS contributions, we use a Forking Workflow. Develop locally on your own fork and submit a PR to the main repo when you're ready for your changes to be reviewed.
-
Create a fork of this repository to your own GitHub account.
-
Clone your fork to your local machine.
-
Create a new branch on your fork to start working on your changes:
git checkout -b MY_BRANCH_NAME
-
Install the dependencies:
yarn install
-
Make changes on your branch.
-
Make a pull request to the
thirdweb-dev/engine:main
branch.
Please run Engine locally to test your changes.
yarn dev
You should be able to make requests to Engine locally and import it to the thirdweb dashboard.