An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Addsync

Desktop App for MMO Addon Management.

![Skills](https://skills-icons.vercel.app/api/icons?i=vite,js,react,tauri,rust,html,css)

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