--- sidebar_label: "develop" sidebar_position: 2 --- import { Table } from "docs-ui" export const metadata = { title: `develop Command - Medusa CLI Reference`, } # {metadata.title} Start Medusa application in development. This command watches files for any changes, then rebuilds the files and restarts the Medusa application. ```bash npx medusa develop ``` ## Options