PostyBirb is an application that helps artists post art and other multimedia to multiple websites more quickly.The overall goal of PostyBirb is to cut down on the time it takes to post submissions to multiple websites.
v4 sets out to be more flexible for adding new features and updates not easily supported on v3. It also aims to be more contributor friendly and ease the implementation of websites where possible.
You can find v3 here.
PostyBirb uses Weblate as transltion service
Learn more: Translation guide
yarn install
Installs dependenciesyarn run setup
Installs hooks/huskyyarn start
Starts app
- Nx Console
- Jest Runner
Please write clean code.
Follow conventional commits
The "Back end" of the application. This houses all data models, user settings, posting logic, etc.
- NestJS
- MikroOrm (sqlite3)
The Electron part of the application that contains initialization logic and app setup.
- Electron
The user interface for the application that talks with Client-Server through web-socket and https.
- React
This project was generated using Nx.