Building from source
To build from source, start by cloning the dApp Launchpad repository.
git clone https://github.com/0xPolygon/dapp-launchpad.git
cd dapp-launchpadThen, to build the CLI tool, run:
npm run buildThis will generate cli.js inside bin directory, which can then be installed globally with:
npm run install-globalAfter this, dapp-launchpad will be available as a global command.
Last updated