Desktop client for frosty.gg
Just go to the releases page and download the exe. dmg, or AppImage for the latest release (depending if you're on Windows, Mac, or Linux). Windows builds only support x64 systems.
If you're testing, you might want a build of the latest commit. AppVeyor automatically builds each commit, and you can get those builds here.
You need node.js. The latest version is recommended but others work too.
Installation:
git clone https://github.com/frostygg/desktop
cd desktop
npm i
npm start
Building:
npm run make-win
npm run make-mac
npm run make-linux
If you want to contribute by coding, you can fix issues or add new features and make a Pull Request. Bug reports and feature requests are also welcome.
Copyright © 2020 daniel11420 / the Frosty Team This project is under the BSD 2-Clause license.
Readme written by Daniel, but I took the basic structure of it from readme-md-generator.