37 lines
1.3 KiB
Plaintext
37 lines
1.3 KiB
Plaintext
---
|
|
title: Overview
|
|
description: Technical documentation for contributors and developers working with Twenty
|
|
---
|
|
|
|
## Getting started
|
|
|
|
<CardGroup cols={2}>
|
|
<Card title="Local Setup" href="/developers/local-setup" img="/images/user-guide/fields/field.png">
|
|
The guide for contributors (or curious developers) who want to run Twenty locally (on laptop, PC...)
|
|
</Card>
|
|
|
|
<Card title="Self-Hosting" href="/developers/self-hosting/docker-compose" img="/images/user-guide/integrations/plug.png">
|
|
Learn how to host Twenty on your own server
|
|
</Card>
|
|
|
|
<Card title="API and Webhooks" href="/developers/api-and-webhooks/api" img="/images/user-guide/api/api.png">
|
|
REST and GraphQL APIs, webhooks, and integrations
|
|
</Card>
|
|
</CardGroup>
|
|
|
|
## Contributing
|
|
|
|
<CardGroup cols={2}>
|
|
<Card title="Bugs and Requests" href="/developers/bug-and-requests" img="/images/user-guide/api/api.png">
|
|
Ask for help on GitHub or Discord
|
|
</Card>
|
|
|
|
<Card title="Frontend Development" href="/developers/frontend-development/frontend-commands" img="/images/user-guide/create-workspace/workspace-cover.png">
|
|
Frontend commands, Figma, React Best Practices...
|
|
</Card>
|
|
|
|
<Card title="Backend Development" href="/developers/backend-development/server-commands" img="/images/user-guide/kanban-views/kanban.png">
|
|
NestJS, Custom Objects, Queues...
|
|
</Card>
|
|
</CardGroup>
|