mirror of
https://github.com/penpot/penpot.git
synced 2025-01-06 14:50:20 -05:00
6b375d3413
📚 Doc for viewer role
|
||
---|---|---|
.. | ||
.vscode | ||
_data | ||
_includes/layouts | ||
contributing-guide | ||
css | ||
feed | ||
img | ||
js | ||
plugins | ||
scripts | ||
technical-guide | ||
user-guide | ||
.editorconfig | ||
.eleventy.js | ||
.eleventyignore | ||
.gitignore | ||
.yarnrc.yml | ||
404.md | ||
index.njk | ||
package.json | ||
README.md | ||
search-index.json.njk | ||
sitemap.xml.njk | ||
yarn.lock |
Penpot Docs
Penpot documentation website.
Usage
To view this site locally, first set up the environment:
# only if necessary
nvm install
nvm use
# only if necessary
corepack enable
yarn install
And launch a development server:
yarn 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.