Scaffold a new MiniKit project, install dependencies, and run it locally
Use the CLI to scaffold a Mini App
npx create-onchain --mini
Skip manifest setup for now
Install dependencies and run locally
cd your-project-name npm install npm run dev
Was this page helpful?