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
contributing-guide
css
feed
img
js
plugins
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
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