/Glyphr-Studio-Desktop

A desktop client for Glyphr Studio built in electron

Primary LanguageJavaScriptOtherNOASSERTION

Glyphr Studio Desktop

Glyphr Studio was just begging to be a desktop application so here it is!

Download

How to run from source

Be sure to have Node.js and git installed.

Then:

git clone https://github.com/glyphr-studio/Glyphr-Studio-Desktop.git
cd Glyphr-Studio-Desktop
npm i
bower i
npm start

Build

Builds are constructed with electron-packager.

Be sure to have Node.js and git installed.

First, be sure to run:

git clone https://github.com/glyphr-studio/Glyphr-Studio-Desktop.git
cd Glyphr-Studio-Desktop
npm i
bower i

Then:

All Platforms: npm run build

64-Bit Platforms Only: npm run build-64

macOS: npm run build-mac

Windows 64-Bit: npm run build-win

Windows 32-Bit: npm run build-win32

Linux 64-Bit: npm run build-linux

Linux 32-Bit: npm run build-linux32