mirror of
https://github.com/penpot/penpot.git
synced 2025-02-01 11:59:17 -05:00
22 lines
665 B
Markdown
22 lines
665 B
Markdown
|
---
|
||
|
title: 3. Developer Guide
|
||
|
---
|
||
|
|
||
|
# Developer Guide
|
||
|
|
||
|
This section is intended for people wanting to mess with the code or the inners
|
||
|
of Penpot application.
|
||
|
|
||
|
The [Architecture][1] and [Data model][2] sections provide a bird's eye view of
|
||
|
the whole system, to better understand how is structured.
|
||
|
|
||
|
The [Dev Env][3] section explains how to setup the development enviroment that
|
||
|
we (the core team) use internally.
|
||
|
|
||
|
And the rest of sections are a list categorized of probably not deeply
|
||
|
related HOWTO articles about dev-centric subjects.
|
||
|
|
||
|
[1]: /technical-guide/developer/architecture/
|
||
|
[2]: /technical-guide/developer/data-model/
|
||
|
[3]: /technical-guide/developer/devenv/
|