33 lines
No EOL
1.7 KiB
Markdown
33 lines
No EOL
1.7 KiB
Markdown
|
|
<a href="https://www.producthunt.com/posts/penpot-desktop?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-penpot-desktop" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=371642&theme=dark" alt="Penpot Desktop - A desktop-like experience for Penpot | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54"/></a> <a href="https://notbyai.fyi"><img width="150" src="https://md.sudovanilla.org/images/written-by-human-not-by-ai-white.svg" alt="Written by Human, Not by AI"></a>
|
|
|
|
|
|
[![Please don't upload to GitHub](https://nogithub.codeberg.page/badge.svg)](https://nogithub.codeberg.page)
|
|
|
|
> Forking Penpot Desktop to GitHub will not be tolerated by SudoVanilla
|
|
|
|
# New name here soon :^)
|
|
NEW_NAME_HERE 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.
|
|
|
|
## Building
|
|
### Requirements
|
|
- [NodeJS](https://nodejs.org/) v23
|
|
- [Yarn](https://yarnpkg.com/) Classic (v1)
|
|
- [Python](https://www.python.org/) v3.13
|
|
- Supported OS:
|
|
- macOS
|
|
- Linux
|
|
|
|
### Install Packages
|
|
Before building anything, packages need to be installed first with Yarn:
|
|
```bash
|
|
yarn install
|
|
```
|
|
|
|
> Yarn is setup to use SudoVanilla's registry via the `.yarnrc` file. Please use SudoVanilla's registry if you use a different package manager.
|
|
|
|
### Run Build
|
|
Once packages are installed, with no issues, you can run the build command:
|
|
```bash
|
|
yarn run build
|
|
``` |