diff options
| author | 2026-02-23 17:18:10 +0800 | |
|---|---|---|
| committer | 2026-02-23 17:18:10 +0800 | |
| commit | 8facaa33ba1b590684671d66d55eeeeb868f119c (patch) | |
| tree | ea919235694d1151ec16e5542eca6e858b5bb30d /README.md | |
| parent | 01b546cc816c4fb6b7389e5122b7802d7e724a2b (diff) | |
| parent | 83cab95205b2a42d8a1efffbe76b0f0b8fa26eab (diff) | |
| download | DropOut-8facaa33ba1b590684671d66d55eeeeb868f119c.tar.gz DropOut-8facaa33ba1b590684671d66d55eeeeb868f119c.zip | |
Merge branch 'main' into refactor/migrate-to-react
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -1,5 +1,7 @@ # Drop*O*ut +English | [中文](README.CN.md) + [](https://app.fossa.com/projects/git%2Bgithub.com%2FHsiangNianian%2FDropOut?ref=badge_small) [](https://github.com/pre-commit/pre-commit) [](https://results.pre-commit.ci/latest/github/HsiangNianian/DropOut/main) @@ -56,7 +58,7 @@ This launcher is built for players who value control, transparency, and long-ter ## Roadmap -Check our full roadmap at: https://roadmap.sh/r/minecraft-launcher-dev +Check our full roadmap at: <https://roadmap.sh/r/minecraft-launcher-dev> - [X] **Account Persistence** — Save login state between sessions - [X] **Token Refresh** — Auto-refresh expired Microsoft tokens @@ -100,6 +102,7 @@ Download the latest release for your platform from the [Releases](https://github git clone https://github.com/HsiangNianian/DropOut.git cd DropOut ``` + 2. **Install Frontend Dependencies** ```bash @@ -107,12 +110,14 @@ Download the latest release for your platform from the [Releases](https://github pnpm install cd .. ``` + 3. **Run in Development Mode** ```bash # This will start the frontend server and the Tauri app window cargo tauri dev ``` + 4. **Build Release Version** ```bash @@ -125,6 +130,7 @@ Download the latest release for your platform from the [Releases](https://github DropOut is built with long-term maintainability in mind. Contributions are welcome, especially in these areas: + - Instance system design - Mod compatibility tooling - UI/UX improvements @@ -133,12 +139,11 @@ Contributions are welcome, especially in these areas: Standard GitHub workflow applies: fork → feature branch → pull request. - ## License +Distributed under the MIT License. See `LICENSE` for more information. + [](https://app.fossa.com/projects/git%2Bgithub.com%2FHsiangNianian%2FDropOut?ref=badge_shield&issueType=license) [](https://app.fossa.com/projects/git%2Bgithub.com%2FHsiangNianian%2FDropOut?ref=badge_shield&issueType=security) [](https://app.fossa.com/projects/git%2Bgithub.com%2FHsiangNianian%2FDropOut?ref=badge_large) - -Distributed under the MIT License. See `LICENSE` for more information. |