0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-22 06:46:40 -05:00
penpot/docs
2025-02-11 10:12:17 +01:00
..
.vscode
_data
_includes/layouts
contributing-guide
css
feed
img 📚 Add info about direct links to boards (#5815) 2025-02-11 10:12:17 +01:00
js
plugins 📚 Update FAQ about sharing plugins (#5794) 2025-02-07 09:05:29 +01:00
scripts
technical-guide 🐛 Fix typo on integration test docs (#5796) 2025-02-06 17:42:15 +01:00
user-guide 📚 Add info about direct links to boards (#5815) 2025-02-11 10:12:17 +01: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