penpot/docs
2025-06-03 10:44:11 +02:00
..
.vscode
_data
_includes/layouts 📚 Change help links at the Help Center (#6582) 2025-05-28 13:22:42 +02:00
contributing-guide 📚 Update Code of Conduct 2025-06-02 12:09:20 +02:00
css
feed
img :Books: Update design tokens doc (#6487) 2025-05-15 14:44:51 +02:00
js
plugins Merge remote-tracking branch 'origin/staging' into develop 2025-05-15 09:52:31 +02:00
scripts
technical-guide Add configuration for air gapped installations (#6567) 2025-05-29 10:34:47 +02:00
user-guide :Books: Update design tokens doc (#6487) 2025-05-15 14:44:51 +02:00
.editorconfig
.eleventy.js
.eleventyignore
.gitignore
.yarnrc.yml
404.md
index.njk 📚 Change help links at the Help Center (#6582) 2025-05-28 13:22:42 +02:00
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