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

# Quickstart

> **Deploy Node.js**

<video autoPlay muted loop playsInline className="w-full aspect-video" src="https://storage.googleapis.com/files.cloudtype.io/ale-docs/developers/images/en/quick_dev_en.mp4" />

***

## Prerequisites

* [ale account](/en/operations/user-management#registration)
* GitHub account

## Select a Template

<Frame>
  <img className="block rounded-md" src="https://files.cloudtype.io/ale-docs/developers/images/en/01_01.png" />
</Frame>

> Click <Icon icon="circle-plus" iconType="solid" size={15} color="2396F1" /> on the dashboard or use `⌘ + K`, then select the **Node.js** template.

## Select a Repository

<Frame>
  <img className="block rounded-md" src="https://files.cloudtype.io/ale-docs/developers/images/en/01_02.png" />
</Frame>

> Enter the URL of the public repository below, or select a repository from your GitHub account.

```
https://github.com/cloudtype-examples/node-express.git
```

## Deploy

<Frame>
  <img className="block rounded-md" src="https://files.cloudtype.io/ale-docs/developers/images/en/01_09.png" />
</Frame>

> Configure deployment settings and click `Deploy` at the bottom.

<Info>
  For more information about deployment settings, see the [Deploying with ale](/en/developers/deploy).
</Info>

## Access

<Frame>
  <img className="block rounded-md" src="https://files.cloudtype.io/ale-docs/developers/images/en/01_07.png" />
</Frame>

> Once the service is running, click `connect` to access the service at a preview domain.
