0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-23 15:09:10 -05:00
penpot/docs
2025-01-23 11:36:27 +01:00
..
.vscode
_data
_includes/layouts
contributing-guide 📚 Merge penpot/penpot-docs repository 2024-10-30 13:30:02 +01:00
css
feed
img 📚 Import/export images replacements and other adjustments 2024-12-12 08:38:00 +01:00
js
plugins 📚 Add minor improvement to plugins creation documentation 2025-01-23 11:36:27 +01:00
scripts 🎉 add command to build docs bundle 2024-10-30 19:17:04 +01:00
technical-guide 🐳 add advice for unsecure configuration 2025-01-22 13:34:48 +01:00
user-guide 📚 Add viewer role documentation 2025-01-20 11:01:38 +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 📚 Merge penpot/penpot-docs repository 2024-10-30 13:30:02 +01:00
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