BuouNext
  • Features
  • DocumentsNew
  • BrutalUINew
  • ShowcaseHot
  • Pricing
  • Blog

    Getting Started

    Introduction

    BuouNext Instruction

    InstallationRun BuouNextProject StructureComponentsAuthenticationEmailAPI CallsDatabasePaymentSEO OptimizationHeadless CMSContact

    AI Instruction

    AI ImageNewAI ChatbotNewAI SearchNewAI NotionNew

    Components

    Super ClockNewFloating DockNewAI Image CompareNewAvatar ListNewClockNewDarkModeNewStepperNewRotation AvatarNewButton with TrailNewDotNewGridNewCounter CardNewMarquee CardNewProfile CardNewBento gridNewBorder Trail CardNewBuouNext FeaturesNewColor CardNewMouse FollowingNewColor GridNewAnimotion In View CardNewLevitate CardNewReorder CardNewGenerate TextNewSmooth Fliping NumberNewSmooth Fliping TextNewSmooth Typing TextNewTyping TextNewWindow Typing TextNewFade In OutNewText DropNewScalingNew
    Docs
    Run BuouNext

    Run BuouNext

    Build your documentation site using BuouNext. This guide provides step-by-step instructions on running BuouNext, including setting up your development environment, starting the development server, and deploying your site to ensure it is accessible to your audience.

    now you have the BuouNext project zip, unzip it and open it in vscode

    Configure Environment Variables

    Next.js supports environment variables out of the box. You can set defaults in .env.example which provides an example of environment variables for BuouNext.

    You can set .env.local for development, and .env.production for production.

    For now, let's rename it to .env to get started quickly. In future tutorials, we'll cover setting up environment variables for production.

    Install Package

    you need run

    pnpm install 

    Run

    To Run BuouNext ,only run

    pnpm dev 

    Your BuouNext instance is now running at http://localhost:3000/. you can enjoy and customize it.

    InstallationProject Structure