Please follow these steps to contribute:
-
Fork this repository.
-
Clone your forked repository recursively to include submodules. For example:
git clone --recurse-submodules -j8 git@github.com:sullof/tronbox.git
- If you use nvm for Node, install Node with a version higher than 8.0:
nvm install v8.16.0
nvm use v8.16.0
- Install your project's dependencies:
npm install
- For better debugging during development, run the unbuilt version of TronBox. For example:
./tronbox.dev migrate --reset