Next.js on Steroids: A Highly-Opinionated Starter Template Quick Start Guide Clone the Repository Use Degit to clone the repository: degit iamharshdabas/next-starter my-app Install Dependencies Run the following command to install the necessary dependencies: bun install Launch the Development Server Start the development server with the following command: bun run dev