0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-09 00:10:11 -05:00
penpot/docs
Elena Mateos López 4f7659fbf8 📚 Update frontend.md
Fix a typo from `comonents` to `components` in the UI namespaces section, at settings.  :)
2024-11-13 12:34:58 +01:00
..
.vscode
_data
_includes/layouts
contributing-guide
css
feed
img
js
plugins
scripts
technical-guide 📚 Update frontend.md 2024-11-13 12:34:58 +01:00
user-guide
.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