Home/Docs/Installation

Installation

Get up and running with OpenForge in under two minutes. The CLI scaffolds a production-ready project with your preferred stack — database, auth provider, and deployment target.

bash
# Create a new project
npx create-openforge@latest my-app

# Navigate into the project
cd my-app

# Start the dev server
npx openforge dev