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-launchpad
Then, to build the CLI tool, run:
npm run build
This will generate cli.js
inside bin
directory, which can then be installed globally with:
npm run install-global
After this, dapp-launchpad
will be available as a global command.
Last updated