mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-28 09:12:37 +03:00
a5989a470c
* Begin docs improvement * Keep improving documentation * Upgrade Docusarus * Fix broken links
27 lines
914 B
Plaintext
27 lines
914 B
Plaintext
---
|
|
id: homepage
|
|
sidebar_position: 0
|
|
sidebar_class_name: display-none
|
|
title: Welcome
|
|
hide_title: true
|
|
hide_table_of_contents: true
|
|
custom_edit_url: null
|
|
pagination_next: null
|
|
---
|
|
import ThemedImage from '@theme/ThemedImage';
|
|
|
|
|
|
Twenty is a CRM designed to fit your unique business needs.
|
|
It was brought to life by a passionate community that cares about quality and precision in engineering.
|
|
|
|
There are three different ways to get started:
|
|
- **Managed Cloud:** The fastest and easiest way to try the app
|
|
- **Loca Setup:** If you're a developer and would like to contribute to the app
|
|
- **Self-hosting:** If you know how to run a server and want to host the app yourself
|
|
|
|
|
|
Once you're setup, you can check the "Extending" or "Contributing" section to start building.
|
|
|
|
<ThemedImage sources={{light: "../img/light-doc-preview.png", dark:"../img/dark-doc-preview.png"}} style={{width:'100%', maxWidth:'700px'}}/>
|
|
|