penpot/docs
Andrey Antukh e2c5a1378e
Merge pull request #6724 from penpot/elenatorro-improve-create-profile-command
🔧 Add option to skip tutorial/walkthrough when creating a profile from the script
2025-07-11 14:15:49 +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 📚 Add DT import/export options to the docs (#6753) 2025-06-23 15:37:57 +02:00
js
plugins 📚 Add documentation for new plugin permission 2025-06-10 15:09:22 +02:00
scripts
technical-guide Merge pull request #6724 from penpot/elenatorro-improve-create-profile-command 2025-07-11 14:15:49 +02:00
user-guide 🐛 Restore viewport and selection when exiting focus mode (#6827) 2025-07-07 09:44:06 +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 📚 Merge penpot/penpot-docs repository 2024-10-30 13:30:02 +01:00
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