cultpony / postybirb

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.

Home Page:https://www.postybirb.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://www.postybirb.com

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:TypeScript 69.2%Language:HTML 23.4%Language:JavaScript 5.1%Language:SCSS 1.2%Language:CSS 1.1%