Files
twenty/packages/twenty-docs/fr/developers/introduction.mdx
T
github-actions[bot] a4ac66cb4e i18n - docs translations (#15725)
Created by Github action

Co-authored-by: github-actions <github-actions@twenty.com>
2025-11-08 23:20:14 +01:00

36 lines
1.4 KiB
Plaintext

---
title: Vue d'ensemble
description: Documentation technique pour les contributeurs et développeurs travaillant avec Twenty
---
## Commencer
<CardGroup cols={2}>
<Card title="Local Setup" href="/fr/developers/local-setup" img="/images/user-guide/fields/field.png">
Le guide pour les contributeurs (ou les développeurs curieux) qui veulent exécuter Twenty localement (sur un ordinateur portable, PC...)
</Card>
<Card title="Self-Hosting" href="/fr/developers/self-hosting/docker-compose" img="/images/user-guide/integrations/plug.png">
Apprenez à héberger Twenty sur votre propre serveur
</Card>
<Card title="API and Webhooks" href="/fr/developers/api-and-webhooks/api" img="/images/user-guide/api/api.png">
APIs REST et GraphQL, webhooks et intégrations
</Card>
</CardGroup>
## Contribution
<CardGroup cols={2}>
<Card title="Bugs and Requests" href="/fr/developers/bug-and-requests" img="/images/user-guide/api/api.png">
Demandez de l'aide sur GitHub ou Discord
</Card>
<Card title="Frontend Development" href="/fr/developers/frontend-development/frontend-commands" img="/images/user-guide/create-workspace/workspace-cover.png">
Commandes frontales, Figma, Meilleures pratiques React...
</Card>
<Card title="Backend Development" href="/fr/developers/backend-development/server-commands" img="/images/user-guide/kanban-views/kanban.png">
NestJS, Objets personnalisés, Files d'attente...
</Card>
</CardGroup>