1
Fork 0
This repository has been archived on 2024-05-27. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2024-05-22 16:23:41 -04:00
build update 2024-05-22 16:23:41 -04:00
src update 2024-03-28 17:30:42 -04:00
.gitignore update 2024-05-20 23:43:55 -04:00
bun.lockb update 2024-05-20 23:43:55 -04:00
LICENSE update 2024-01-17 19:31:17 -05:00
package.json update 2024-05-20 23:43:55 -04:00
README.md update 2024-05-20 23:43:55 -04:00

Penpot Desktop

This is unofficial software

Penpot Desktop - A desktop-like experience for Penpot | Product Hunt Written by Human, Not by AI

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.

Endusers:

Developers:

Building

Requirements

  • NodeJS v20
  • Python
  • Supported OS:
    • Windows 10 or newer
    • macOS
    • Linux

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