Contributing
## Build from source
Build from source
To build from source, clone the dApp Launchpad repository.
git clone https://github.com/0xPolygon/dapp-launchpad.git
cd dapp-launchpadThen build the CLI tool.
npm run buildThis generates cli.js inside the bin directory, which can then be installed globally with:
npm run install-globalNow dapp-launchpad is available as a global command.
Develop on local
To modify this tool, start a local dev environment by running:
npm run devThis running process watches the source files, bundles up the CLI app on every change, and installs it globally.
This means that the app is continuously updating with changes to the code.
Report a bugs/request a feature
Create an issue below on the repo:
https://github.com/0xPolygon/dapp-launchpad/issues
Please give as much detail about your issue or request as possible.
Edit on GitHub
Last updated on