penpot/docs
2024-12-11 13:42:17 +01:00
..
.vscode
_data
_includes/layouts
contributing-guide
css
feed
img 📚 Merge penpot/penpot-docs repository 2024-10-30 13:30:02 +01:00
js
plugins Revert "📚 Minor fix to plugin docs" 2024-12-03 11:47:56 +01:00
scripts 🎉 add command to build docs bundle 2024-10-30 19:17:04 +01:00
technical-guide 📚 Recommended settings for selfhost 2024-12-11 07:42:01 +01:00
user-guide File history versions 2024-12-11 13:42:17 +01: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