penpot/docs
BDVGitHub ca7a80fb83 📚 Update framework version
Fix Svelte version number
2025-05-09 08:46:33 +02:00
..
.vscode
_data
_includes/layouts 📎 Add minor improvements 2025-03-11 16:21:16 +01:00
contributing-guide
css
feed
img Merge pull request #6338 from penpot/hiru-rework-abstraction-levels 2025-05-08 13:32:23 +02:00
js
plugins 📚 Update framework version 2025-05-09 08:46:33 +02:00
scripts 🎉 add command to build docs bundle 2024-10-30 19:17:04 +01:00
technical-guide Merge pull request #6338 from penpot/hiru-rework-abstraction-levels 2025-05-08 13:32:23 +02:00
user-guide 📚 Update shortcuts.njk (docs) 2025-04-07 09:57:05 +02:00
.editorconfig
.eleventy.js
.eleventyignore
.gitignore
.yarnrc.yml
404.md
index.njk
package.json 📎 Set yarn 4.3.1 for docs 2024-10-30 13:33:16 +01:00
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