Skip to main content

MightyMeld Quick Start

Quick Start

Setup Instructions

Run the following commands where you React app’s package.json lives.

  1. Install MightyMeld’s npm package:

    npm install --save-dev @mightymeld/runtime
  2. Initialize MightyMeld:

    npx mightymeld init

    This creates a mightymeld.json file with appropriate configuration options, guides you through setting up your secrets file, and points you to the correct page to install the plugin.

  3. Start MightyMeld:

    npx mightymeld

    This starts the MightyMeld Envoy, which uses the run command you specified in mightymeld.json to launch your project.