No description
build | ||
src | ||
.gitignore | ||
bun.lockb | ||
LICENSE | ||
package.json | ||
README.md |
This is unofficial software
Penpot Desktop
Penpot Desktop delivers a desktop-like experience for Penpot users with the additional of integrating tabs to conveniently traverse back and forth between projects. Offline support is available through the select your own instance option in settings, as well as the theme settings that may be applied to either the entire desktop app or simply the Penpot dashboard.
Quick Links
Endusers:
Developers:
Building
Requirements
Install Packages
Before building anything, packages need to be installed first by your package manager, NodeJS should come with npm
by default:
npm install
Other package managers such as Yarn, PNPM, or Bun also work.
Run Build
Once packages are installed, with no issues, you can run the build command:
npm run build