Clone the repository
First, clone the Pezzo repository from GitHub and then navigate into the directory:Add the necessary environmental variables
Append the environmental variables from theapps/ folder to the root directory
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Learn how to run the full Pezzo stack locally with Docker Compose.
git clone https://github.com/pezzolabs/pezzo.git
cd pezzo
apps/ folder to the root directory
cat apps/server/.env >> .env.local
cat apps/console/.env >> .env.local
## Running with Docker Compose
Run the following command to start the Pezzo stack:
```bash
docker compose up