Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 955 Bytes

File metadata and controls

44 lines (27 loc) · 955 Bytes

Contributing

We appreciate your interest in contributing! Please follow these steps to get started:

  1. Fork this repository.

  2. Clone your forked repository.

    Use the following command to clone it:

    git clone git@github.com:your-username/tronbox.git

    Replace your-username with your GitHub username.

  3. Install Node.js using nvm.

    Make sure to use a version higher than 18. You can install the recommended version like this:

    nvm install v18.20.8
    nvm use v18.20.8
  4. Install the project's dependencies.

    Run the following command in the root of the project:

    npm install
  5. Run the unbuilt version of TronBox for better debugging during development.

    You can do this with the following command:

    ./tronbox.dev migrate --reset

If you like this project, please consider giving it a star!

Thank you for your contributions!