Skip to content

Minecraft Launcher written in Rust and Remix (Vite) using Tauri.

License

Notifications You must be signed in to change notification settings

decent-client/launcher

Repository files navigation

Decent Client - Launcher 🚀

Features

  1. TODO

Development

Prerequisites

Before you being, ensure you have the following installed on your system

  1. Node.JS (v.20 or later)
  2. Rust and Cargo (v.1.70 or later)
  3. Bun

Tip

  1. Install required Tauri prerequisites.
  2. Full guide on how to install bun.

Setup the Application

  1. Run bun install to install the dependencies
  2. Run bun tauri dev to start the development server
    • This will open a new window on your system.

Project Structure

  1. Uses Biome.js for linting and formatting.
  2. TODO

Contributing

See the CONTRIBUTING file for more details.

  1. Fork the repository
  2. Create a new branch
  3. Make your changes
  4. Commit your changes
  5. Push your changes
  6. Open a pull request

License

This project is licensed under the MIT License. See the LICENSE file for more details.