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

# Cloudflare

> **Cloudflare Pages** is a JAMstack platform for frontend developers to collaborate and deploy websites.

## Create an account

<Note>[https://pages.cloudflare.com/](https://pages.cloudflare.com/)</Note>

## Create your first application

To deploy your site to Pages:

1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account.
2. In Account Home, select **Workers & Pages** > **Create application** > **Pages** > **Connect to Git**.
3. Select the new GitHub repository that you created and, in the **Set up builds and deployments** section, provide the following information:

| Configuration option | Value         |
| -------------------- | ------------- |
| Production branch    | main          |
| Build command        | npm run build |
| Build directory      | dist          |

<Note>Create in git 2 branches: **staging** and main(master).</Note>
