mirror of
https://github.com/penpot/penpot.git
synced 2026-08-08 22:08:39 +00:00
The section pointed at `docker/devenv/docker-compose.yaml`, which #9906 deleted when it split the devenv compose into `docker-compose.infra.yml` and `docker-compose.main.yml`. The same page names both replacements in its architecture section, so only this one was missed. Setting PENPOT_FLAGS in the container environment would not have worked anyway: `backend/scripts/_env` expands the inherited value before its own list, so its flags win. Document the mechanism that does work, the gitignored `backend/scripts/_env.local` that `start-dev` sources right after `_env`, and the left-to-right last-wins rule that lets an override switch off a flag `_env` enables.
Penpot Docs
Penpot documentation website.
Usage
To view this site locally, first set up the environment:
# only if necessary
nvm install
nvm use
corepack enable
pnpm install
And launch a development server:
pnpm start
You can then point a browser to http://localhost:8080.
Tooling
- Eleventy (11ty)
- Diagrams with plantuml. See also real-world-plantuml.
- Diagrams with svgbob and mermaid.
- arc42 template.
- c4model for software architecture, and an implementation in plantuml.