postybirb
postybirb copied to clipboard
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...
PostyBirb
Written in JavaScript and TypeScript using Angular7+ and Electron
Code scaffolding
Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.
Build
You will need NPM and Node installed
Development
- Navigate to postybirb
- Install NPM npm i
- Build Angular dist npm run compile | npm run build (AoT)
- Navigate to electron
- Install NPM npm i
- Start electron npm start
- Open command console for debugging ctrl + shift + i
Production
- Navigate to postybirb
- Install NPM npm i
- Build Angular dist npm run prod
- Navigate to electron
- Install NPM npm i
- Start electron npm run eb-{windows|linux|mac}