Skip to main content

Build from source

  1. Clone the repository:
  2. Build the CLI tool:
    This generates cli.js inside the bin directory.
  3. Install the built CLI globally:
dapp-launchpad is now available as a global command.

Develop locally on the tool itself

To modify the tool, start a watch process that rebuilds and reinstalls the CLI on every source file change:
This means the global dapp-launchpad command is continuously updated as you edit the source.

Report a bug or request a feature

Open an issue on the repository: https://github.com/0xPolygon/dapp-launchpad/issues Include as much detail as possible about the issue or the feature you are requesting.