mirror of
https://github.com/mmvanheusden/SteamDepotDownloaderGUI.git
synced 2026-02-04 05:31:19 +01:00
99c97dbfb14d5babd4c866e8bd7c2ad3f616d055
SteamDepotDownloaderGUI Electron rewrite (experimental)
How to setup dev environment
- First, install
npm,nodejsand Electron on your system.
For Arch Linux users, run
sudo pacman -S npm nodejs electron
- Then, git clone this repo, change direcory into the repo and run
git checkout rewrite. - Now run
npm install - You now can start the GUI with
npm start
Building
- cd into the repo
npm run build
Languages
HTML
42.1%
Rust
28.7%
TypeScript
21.7%
CSS
6.1%
JavaScript
1.4%