Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lubosgarancovsky/mc-manager

Tauri & React desktop app functioning as a manager for Minecraft mods and resource packs.
https://github.com/lubosgarancovsky/mc-manager

desktop react rust tauri

Last synced: about 1 month ago
JSON representation

Tauri & React desktop app functioning as a manager for Minecraft mods and resource packs.

Awesome Lists containing this project

README

        

# MC Manager

Minecraft manger tool for installing and removing mods, resource packs and shader packs made with Tauri and React.

[![React](https://img.shields.io/badge/-ReactJs-61DAFB?logo=react&logoColor=white&style=for-the-badge)](https://reactjs.org/)
[![Tauri](https://img.shields.io/badge/Tauri-FFC131?style=for-the-badge&logo=Tauri&logoColor=white)](https://tauri.app/)

mc-manager thumbnail

## Instalation guide

### Prerequisities

- npm
- Node.js
- Rust

Clone the repository

```bash
git clone https://github.com/yourusername/mc-manager.git
cd mc-manager
```

Install node dependencies

```bash
npm install
```

Run the application

```bash
npm run tauri dev
```