An open API service indexing awesome lists of open source software.

https://github.com/vikdevelop/penpot-electron

The electron wrapper of Penpot webapp
https://github.com/vikdevelop/penpot-electron

electron js linux penpot

Last synced: 3 months ago
JSON representation

The electron wrapper of Penpot webapp

Awesome Lists containing this project

README

        

# penpot-electron
electron wrapper of https://penpot.app
![Screnshot](https://github.com/vikdevelop/penpot/blob/main/screnshots/penpot_home.png)
### Installation
For build this app, use this simple command in terminal:

```bash
wget -qO /tmp/build.sh https://raw.githubusercontent.com/vikdevelop/penpot-electron/main/build.sh && sh /tmp/build.sh
```

- before run command above, I recommended install this dependencies with Flatpak:
```bash
flatpak install -y org.electronjs.Electron2.BaseApp org.freedesktop.Sdk org.freedesktop.Sdk.Extension.node16
```