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

# Environment Setup

> Setting up your development environment

## Prerequisites

* Node.js v19+
* Git
* Google Cloud SDK (for BigQuery access)
* Docker (for Airbyte connectors)

## Installation

<Steps>
  <Step title="Clone Repositories">
    ```bash theme={null}
    git clone https://github.com/trendteller/platform-front
    git clone https://github.com/trendteller/dataform
    git clone https://github.com/trendteller/airbyte-connectors
    ```
  </Step>

  <Step title="Install Dependencies">
    ```bash theme={null}
    cd platform-front && npm install
    cd ../dataform && npm install
    cd ../airbyte-connectors && lerna bootstrap
    ```
  </Step>

  <Step title="Configure Environment">
    Copy `.env.example` to `.env` in each project and fill in credentials.
  </Step>
</Steps>

## Next Steps

<Card title="Local Development" href="/development/local-development">
  Run projects locally
</Card>
