cs50 / publish50-electron

9 stars 2 forks source link

publish50-electron

Installation

macOS

  1. Open a terminal and run the following command to install imagemagick:
$ brew install imagemagick
  1. Download the dmg file from the latest release at https://github.com/cs50/publish50-electron/releases/latest
  2. Right-click on the dmg file and click Open
  3. Drag the publish50 icon to the Applications folder icon
  4. Click Replace, if prompted

Usage

macOS

To start publish50 for the first time after installing or updating, right-click on the publish50 icon in the Applications folder and choose Open.

Development

Install dependencies

$ yarn

Run in dev mode

$ yarn dev

Pack for current platform

$ yarn dist