https://github.com/illyriat/addsync
Desktop App for MMO Mod Management
https://github.com/illyriat/addsync
addon-manager desktop-application mmorpg mod-manager
Last synced: about 1 year ago
JSON representation
Desktop App for MMO Mod Management
- Host: GitHub
- URL: https://github.com/illyriat/addsync
- Owner: Illyriat
- Created: 2025-03-13T03:23:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-01T13:57:25.000Z (over 1 year ago)
- Last Synced: 2025-04-12T05:58:35.973Z (about 1 year ago)
- Topics: addon-manager, desktop-application, mmorpg, mod-manager
- Language: JavaScript
- Homepage:
- Size: 329 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Addsync
Desktop App for MMO Addon Management.

## Current Supported Languages
🇬🇧 🇩🇪 🇫🇷 🇷🇺 🇪🇸 🇮🇹
## Setup Prerequisites
* Installe Node
* Install Rust
* VSCode Recommended
## How to Run Development
* Clone this Repository
* Open in you chosen IDE
* cd into the Addsync directory
* Install the required packages with:
```bash
npm install
```
* Once everthing has installed run:
```bash
npm run tauri dev
```
* The Desktop app will open automatically once the build has compiled.