mirror of
https://github.com/penpot/penpot.git
synced 2026-09-19 10:26:14 +00:00
Add the frontend MCP variables PENPOT_MCP_URI and PENPOT_MCP_URI_WS, the PENPOT_INTERNAL_RESOLVER variable used by nginx to resolve the internal service names, and the enable-mcp flag to the configuration guide. All three were used by the frontend docker image but were missing from the docs. Closes #11318 AI-assisted-by: claude-opus-5 Signed-off-by: Shreyash Agare <envisiontechdevelopers@gmail.com>
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.