Docs
Run BuouAI

Run BuouAI

Build your documentation site using BuouAI, second run BuouAI.

now you have the BuouAI 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 BuouAI.

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 BuouAI ,only run

pnpm dev 

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