Skip to content

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.

License

Notifications You must be signed in to change notification settings

cyan-gorilla/postybirb

 
 

Repository files navigation

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

  1. Navigate to postybirb
  2. Install NPM npm i
  3. Build Angular dist npm run compile | npm run build (AoT)
  4. Navigate to electron
  5. Install NPM npm i
  6. Start electron npm start
  7. Open command console for debugging ctrl + shift + i

Production

  1. Navigate to postybirb
  2. Install NPM npm i
  3. Build Angular dist npm run prod
  4. Navigate to electron
  5. Install NPM npm i
  6. Start electron npm run eb-{windows|linux|mac}

About

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 73.6%
  • HTML 19.7%
  • JavaScript 4.6%
  • SCSS 1.1%
  • CSS 1.0%