Getting Started First, install the development server: npm install #or yarn install Then, run the development server: npm run dev # or yarn dev # or pnpm dev # or bun dev