dApp Launchpad
  • Introduction
    • About
    • Quickstart
  • Workflow
    • Frontend
    • Smart contracts
  • Commands
    • init
    • dev
    • deploy
    • list
      • scaffold-templates
    • generate
      • smart-contracts-config
  • Contributing
    • Building from source
    • Developing on local
    • Reporting bugs / Feature requests
  • FAQs
Powered by GitBook
On this page
  1. Contributing

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 1 year ago