> ## Documentation Index
> Fetch the complete documentation index at: https://nango-scrips-ref.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Deploy Nango on your local machine

Set up Nango locally in 3 minutes. Run:

```bash
git clone https://github.com/NangoHQ/nango && cd nango
```

```bash
docker compose up
```

Go to your [local Dashboard](http://localhost:3003).

Check out the `.env.example` file for all configuration options.

Nango uses the following ports (all overridable with `docker-compose.yaml` or env vars):

* Server: 3003
* Postgres: 5432
