Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/lubosgarancovsky/mc-manager
- Owner: lubosgarancovsky
- Created: 2024-08-01T10:31:52.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-02T09:22:54.000Z (4 months ago)
- Last Synced: 2024-09-26T19:08:31.294Z (about 2 months ago)
- Topics: desktop, react, rust, tauri
- Language: TypeScript
- Homepage:
- Size: 660 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)## Instalation guide
### Prerequisities
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
```