Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 601 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (22 loc) · 601 Bytes

Contributing

Please follow these steps to contribute:

  1. Fork this repository.

  2. Clone your forked repository recursively to include submodules. For example:

git clone --recurse-submodules -j8 git@github.com:sullof/tronbox.git
  1. 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
  1. Install your project's dependencies:
npm install
  1. For better debugging during development, run the unbuilt version of TronBox. For example:
./tronbox.dev migrate --reset