Developing on local

To modify this tool, a local dev environment can be started by running:

npm run dev

This watches the source files, and bundles up the CLI app on every change, and installs it globally. In other words, the global dapp-launchpad command is always updated with your changes in the code.

Last updated