Docs
Run BuouStore

Run BuouStore

Build your documentation site using BuouStore. This guide provides step-by-step instructions on running BuouStore, 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 BuouStore 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 BuouStore.

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

pnpm dev 

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