Docs
Run BuouNext

Run BuouNext

Build your documentation site using BuouNext, second run BuouNext.

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.