Having 2 different dev setups caused confusion, let's remove the Docker local setup and recommend people install yarn locally. Also simplified some docs by merging pages together, the recommend self-hosting option is now the docker-compose / to adapt the docker-compose.
23 lines
711 B
Plaintext
23 lines
711 B
Plaintext
---
|
|
title: Managed Cloud
|
|
sidebar_position: 1
|
|
sidebar_custom_props:
|
|
icon: TbRocket
|
|
---
|
|
import ThemedImage from '@theme/ThemedImage';
|
|
import Tabs from '@theme/Tabs';
|
|
import TabItem from '@theme/TabItem';
|
|
|
|
|
|
The easiest way to try the app is to sign up on [app.twenty.com](https://app.twenty.com).
|
|
|
|
We offer a free trial but require a credit-card to signup.
|
|
|
|
If you just want to play around with a test instance you can use these credentials on [demo.twenty.com](https://demo.twenty.com):
|
|
|
|
```
|
|
email: noah@demo.dev
|
|
password: Applecar2025
|
|
```
|
|
|
|
Expect the demo to occasionnaly have bugs; it's used for testing purposes and therefore is running a version of the software that's newer than the production environment. |