penpot/docs
2025-05-23 12:57:24 +02:00
..
.vscode
_data
_includes/layouts
contributing-guide
css
feed
img
js
plugins Merge remote-tracking branch 'origin/staging' into develop 2025-05-15 09:52:31 +02:00
scripts
technical-guide 📚 Update docs without props obj 2025-05-23 12:57:24 +02:00
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