0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-22 23:06:08 -05:00
penpot/docs
Yamila Moreno 4b5d304a40
📚 Improve technical guide
* 📚 Improve technical guide

* 📚 Improve technical guide

* 📚 Improve technical guide

* 📚 Improve technical guide

* 📚 Improve technical guide

* 📚 Improve technical guide

* 📚 Improve technical guide

* 📚 Improve technical guide

* 📚 Improve technical guide

* 📚 Improve technical guide
2025-02-19 14:35:40 +01:00
..
.vscode
_data
_includes/layouts 📚 Improve technical guide 2025-02-19 14:35:40 +01:00
contributing-guide
css
feed
img 📚 Info about gradients (#5843) 2025-02-13 10:42:56 +01:00
js
plugins 📚 Update FAQ about sharing plugins (#5794) 2025-02-07 09:05:29 +01:00
scripts 🎉 add command to build docs bundle 2024-10-30 19:17:04 +01:00
technical-guide 📚 Improve technical guide 2025-02-19 14:35:40 +01:00
user-guide 📚 Info about gradients (#5843) 2025-02-13 10:42:56 +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