20 lines
550 B
Plaintext
20 lines
550 B
Plaintext
---
|
|
sidebar_custom_props:
|
|
icon: TbBolt
|
|
---
|
|
import ThemedImage from '@theme/ThemedImage';
|
|
|
|
# Getting Started
|
|
|
|
## Trying Twenty
|
|
|
|
The easiest way to quickly try the app is to signup on [app.twenty.com](https://app.twenty.com).
|
|
|
|
The signup is free.
|
|
|
|
<ThemedImage sources={{light: "/img/light-sign-in.png", dark:"/img/dark-sign-in.png"}} style={{width:'100%', maxWidth:'800px'}}/>
|
|
|
|
## Developer documentation
|
|
|
|
If you are looking to install the project locally, either to try it or to contribute, check out our [developer guide](/developer/local-setup).
|