/Glyphr-Studio-Desktop

A desktop client for Glyphr Studio built in electron

Primary LanguageJavaScriptOtherNOASSERTION

Glyphr Studio Desktop

Desktop application for Glyphr Studio built in Electron!

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
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

Then:

All Platforms: npm run package

64-Bit Platforms Only: npm run package -- --64

Linux 32-Bit: npm run package -- --linux32

Linux 64-Bit: npm run package -- --linux

macOS: npm run package -- --mac

Windows 32-Bit: npm run package -- --win32

Windows 64-Bit: npm run package -- --win

Troubleshooting

Ubuntu users may need to sudo apt install libgconf-2-4 in order to run the app.