Website and documentation about Penpot, The Open-Source design & prototyping platform
Go to file
2021-03-01 13:02:38 +01:00
_data 🎉 Add first version of the docsite 2021-03-01 13:02:38 +01:00
_includes/layouts 🎉 Add first version of the docsite 2021-03-01 13:02:38 +01:00
css 🎉 Add first version of the docsite 2021-03-01 13:02:38 +01:00
developer-guide 🎉 Add first version of the docsite 2021-03-01 13:02:38 +01:00
feed 🎉 Setup initial tooling 2021-02-11 14:11:50 +01:00
img 🎉 Add first version of the docsite 2021-03-01 13:02:38 +01:00
js 🎉 Add first version of the docsite 2021-03-01 13:02:38 +01:00
scripts 🎉 Add first version of the docsite 2021-03-01 13:02:38 +01:00
user-guide 🎉 Add first version of the docsite 2021-03-01 13:02:38 +01:00
.editorconfig 🎉 Setup initial tooling 2021-02-11 14:11:50 +01:00
.eleventy.js 🎉 Add first version of the docsite 2021-03-01 13:02:38 +01:00
.eleventyignore 🎉 Add first version of the docsite 2021-03-01 13:02:38 +01:00
.gitignore 🎉 Add first version of the docsite 2021-03-01 13:02:38 +01:00
.nvmrc 🎉 Setup initial tooling 2021-02-11 14:11:50 +01:00
404.md 🎉 Setup initial tooling 2021-02-11 14:11:50 +01:00
faqs.njk 🎉 Add first version of the docsite 2021-03-01 13:02:38 +01:00
index.njk 🎉 Add first version of the docsite 2021-03-01 13:02:38 +01:00
LICENSE Initial commit 2021-02-11 11:22:46 +01:00
package-lock.json 🎉 Add first version of the docsite 2021-03-01 13:02:38 +01:00
package.json 🎉 Add first version of the docsite 2021-03-01 13:02:38 +01:00
README.md 🎉 Add first version of the docsite 2021-03-01 13:02:38 +01:00
search-index.json.njk 🎉 Add first version of the docsite 2021-03-01 13:02:38 +01:00
sitemap.xml.njk 🎉 Setup initial tooling 2021-02-11 14:11:50 +01:00

penpot-docs

Penpot documentation website

Usage

To view this site locally, first set up the environment:

nvm install     (if necessary)
nvm use
npm install

And launch a development server:

npm start

You can then point a browser to http://localhost:8081.

Tooling