2
Fork 0
Devojo/README.md

70 lines
1.9 KiB
Markdown
Raw Permalink Normal View History

2024-12-11 17:38:00 -05:00
> Devojo will expand beyond Penpot supporting other tools.
2024-12-04 22:50:41 -05:00
<br />
2024-12-04 22:02:13 -05:00
2024-12-04 22:50:41 -05:00
<div align="center">
2024-12-04 22:02:13 -05:00
2024-12-05 00:16:35 -05:00
<img src="https://md.sudovanilla.org/images/logos/devojo/svg/white.svg" alt="Devojo Logo" height="128"/>
2024-12-04 22:02:13 -05:00
2024-12-04 22:50:41 -05:00
</div>
2024-12-04 22:02:13 -05:00
2024-12-04 22:50:41 -05:00
<br/>
<div align="center">
A Desktop-Like Experience
<br />
[![Please don't upload to GitHub](https://md.sudovanilla.org/images/badges/nogithub/compact.png)](https://nogithub.codeberg.page)
</div>
2024-12-04 22:02:13 -05:00
2024-12-05 00:16:35 -05:00
# Devojo
2024-12-05 14:46:20 -05:00
Devojo delivers a desktop-like experience for Penpot users with the additional of integrating tabs to conveniently traverse back and forth between projects.
2024-12-04 22:02:13 -05:00
## 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
2024-12-04 22:50:41 -05:00
```
## License
```
2024-12-05 00:16:35 -05:00
Copyright (C) 2022 - 2025 SudoVanilla
2024-12-04 22:50:41 -05:00
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see https://www.gnu.org/licenses/.
```
___
2024-12-05 14:46:20 -05:00
> Devojo is not an official software and is not supported by Kaleidos or Penpot.