--- title: Technical documentation description: Technical resources for Chill developers card: "Access the source code, the technical documentation and the development tools for Chill." bgColor: "activity-sector" layout: "gradient-card" --- {{< gradient-card-section title="Chill source code" description="The Chill source code is hosted on GitLab." >}}
The chill-bundles repository holds the core features of Chill. This repository is a set of Symfony bundles.
To deploy them, it is best to include them in a Symfony application by adding them to the Composer dependencies. This also makes it possible to customise the configuration and the runtime behaviour of the application.
Go to the GitLab repositoryTickets about the Chill code live in the chill-bundles repository.
Browse the ticketsThe Chill technical documentation covers the installation procedure, the configuration and the development of custom modules.
Read the documentation