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

# Entornos

> Ambientes de desarrollo, staging y producción

## Ambientes

| Ambiente    | Backend                  | Docs             |
| ----------- | ------------------------ | ---------------- |
| Development | Local (`localhost:3000`) | `mint dev`       |
| Staging     | Railway (preview)        | -                |
| Production  | Railway (main)           | `wiki.vivla.com` |

## Variables de entorno

Cada repo mantiene sus propias variables de entorno. Consultar la documentación específica:

* [Backend — Getting started](/backend/getting-started)
* [Mobile — Getting started](/mobile/getting-started)

<Warning>
  Nunca commitear archivos `.env` ni credenciales en ningún repositorio.
</Warning>
