Building from source
To build from source, start by cloning the dApp Launchpad repository.
Then, to build the CLI tool, run:
This will generate cli.js
inside bin
directory, which can then be installed globally with:
After this, dapp-launchpad
will be available as a global command.
Last updated