Contributing
Build from source¶
To build from source, clone the dApp Launchpad repository.
git clone https://github.com/0xPolygon/dapp-launchpad.git
cd dapp-launchpad
Then build the CLI tool.
npm run build
This generates cli.js
inside the bin
directory, which can then be installed globally with:
npm run install-global
Now dapp-launchpad
is available as a global command.
Develop on local¶
To modify this tool, start a local dev environment by running:
npm run dev
This 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.