> ## Documentation Index
> Fetch the complete documentation index at: https://docs.builderbox.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Getting Started

> How to install, configure, and run the Builder Box frontend.

# Getting Started

1. **Install Dependencies**

   ```bash theme={null}
   bun install
   ```

2. **Configure Environment Variables**

   See [Environment Variables](/frontend/environment).

3. **Run the Development Server**

   ```bash theme={null}
   bun dev:web
   ```

The app will be available at [http://localhost:3001](http://localhost:3001).

***
