Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/decent-client/launcher
Minecraft Launcher written in Rust and Remix (Vite) using Tauri.
https://github.com/decent-client/launcher
client launcher mc-launcher minecraft minecraft-auth minecraft-client minecraft-launcher msal react remix remix-run rust rust-lang tauri tauri-app
Last synced: 2 months ago
JSON representation
Minecraft Launcher written in Rust and Remix (Vite) using Tauri.
- Host: GitHub
- URL: https://github.com/decent-client/launcher
- Owner: decent-client
- License: mit
- Created: 2024-09-12T18:20:22.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-10-23T14:38:30.000Z (2 months ago)
- Last Synced: 2024-10-23T17:38:26.566Z (2 months ago)
- Topics: client, launcher, mc-launcher, minecraft, minecraft-auth, minecraft-client, minecraft-launcher, msal, react, remix, remix-run, rust, rust-lang, tauri, tauri-app
- Language: TypeScript
- Homepage:
- Size: 10.5 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
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](https://v2.tauri.app/start/prerequisites/).
> 2. [ ] Full guide on how to [install bun](https://bun.sh/docs/installation).### Setup the Application
2. Run `bun install` to install the dependencies
3. 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](CONTRIBUTING.md) 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](LICENSE) file for more details.