mirror of
https://github.com/twentyhq/twenty
synced 2026-04-21 13:37:22 +00:00
29 lines
1 KiB
Text
29 lines
1 KiB
Text
---
|
|
title: Getting Started
|
|
sidebar_position: 1
|
|
sidebar_custom_props:
|
|
icon: TbRocket
|
|
---
|
|
import ThemedImage from '@theme/ThemedImage';
|
|
import Tabs from '@theme/Tabs';
|
|
import TabItem from '@theme/TabItem';
|
|
|
|
There are three ways for you to get started with Twenty:
|
|
### 1. Cloud
|
|
|
|
The easiest way to try the app is to sign up on [app.twenty.com](https://app.twenty.com).
|
|
|
|
The sign-up is free.
|
|
|
|
<ThemedImage sources={{light: "/img/light-sign-in.png", dark:"/img/dark-sign-in.png"}} style={{width:'100%', maxWidth:'800px'}}/>
|
|
|
|
### 2. Local
|
|
If you're a developer and would like to experiment or contribute to the app, you can install Twenty on your local environment. Follow the [local setup](/contributor/local-setup) guide to get started.
|
|
|
|
### 3. Self-hosting
|
|
You can also find [self-hosting options](/start/self-hosting) if you want greater control over your data and want to run the app on your own server. Right now, Docker containers are the only hosting option available, with more simple options to self-host Twenty coming soon.
|
|
|
|
|
|
___
|
|
|
|
|