DocumentationQuickstart
Quickstart
Initialize your project and configure your execution environment.
Get up and running with FusePlane in minutes. Our CLI handles the heavy lifting, detecting your framework and configuring the execution environment automatically.
Install the CLIStep 01
Install the FusePlane CLI globally to access command utilities.
Terminal
1npm i -g @fuseplane/cli@latest
Initialize ProjectStep 02
Run init in your project root. FusePlane detects your framework.
Terminal
1fuseplane init
Start DevelopmentStep 03
Launch the local execution gateway to mirror production behavior.
Terminal
1fuseplane dev
Listening on :8787