penpot/docs
Madalena Melo bba02473d5
📚 Update subtitles in the new user guide cards (#7823)
Co-authored-by: Andres Gonzalez <andres.gonzalez79@gmail.com>
2025-12-02 09:21:05 +01:00
..
.vscode
_data
_includes/layouts 📚 Update copyright year on doc (#7502) 2025-11-20 12:38:31 +01:00
contributing-guide 💄 Update Help Center images (#7266) 2025-09-29 11:54:47 +02:00
css 💄 Update Help Center images (#7266) 2025-09-29 11:54:47 +02:00
feed
img 📚 Add info about boolean variants (#7828) 2025-11-27 16:03:11 +01:00
js
plugins 📚 Add documentation for new plugin permission 2025-06-10 15:09:22 +02:00
scripts 🎉 add command to build docs bundle 2024-10-30 19:17:04 +01:00
technical-guide 💄 Fix spelling of 'smtp' in email configuration section 2025-11-26 08:11:27 +01:00
user-guide 📚 Update subtitles in the new user guide cards (#7823) 2025-12-02 09:21:05 +01:00
.editorconfig
.eleventy.js 📚 New architecture in user guide 2025-10-28 11:04:09 +01:00
.eleventyignore
.gitignore
.yarnrc.yml
404.md
README.md
_redirects 📚 New architecture in user guide 2025-10-28 11:04:09 +01:00
index.njk 📚 Change help links at the Help Center (#6582) 2025-05-28 13:22:42 +02:00
package.json 📎 Set yarn 4.3.1 for docs 2024-10-30 13:33:16 +01:00
search-index.json.njk
sitemap.xml.njk
yarn.lock

README.md

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