Desktop application for Glyphr Studio built in Electron!
Download the .dmg
file.
Download the .exe
file.
Download the .AppImage
, .deb
, or .snap
file
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
Builds are constructed with electron-builder.
Be sure to have Node.js and git installed. Linux/Mac users who wish to do builds for Windows will need to have WINE installed. Mac users who wish to do builds for Windows will need to XQuartz installed in order to run WINE. It is recommended that Mac users install both Wine and XQuartz via Homebrew.
First, be sure to run:
git clone https://github.com/glyphr-studio/Glyphr-Studio-Desktop.git
cd Glyphr-Studio-Desktop
npm i
Then:
To build package zips use:
npm run pack
To build full distributions use:
npm run dist
Ubuntu users may need to sudo apt install libgconf-2-4
in order to run the app.