aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorNatsuu <natsukawa247@outlook.com>2026-02-28 19:58:23 +0800
committerGitHub <noreply@github.com>2026-02-28 19:58:23 +0800
commit8217588547bf5568dd959df87027c3e44b7397f3 (patch)
tree1d1f83bc519236ba006e6d6243da75809755ba7d /README.md
parent0ffa00eb79f06d877c74925b3da4abb0e25370ec (diff)
downloadDropOut-8217588547bf5568dd959df87027c3e44b7397f3.tar.gz
DropOut-8217588547bf5568dd959df87027c3e44b7397f3.zip
chore: update describtion of front-end in readme (#113)
## Summary by Sourcery Update README documentation to reflect the current React-based frontend stack and simplify dependency installation steps. Documentation: - Update English and Chinese READMEs to describe the frontend as built with React 19, Shadcn UI, and Tailwind CSS 4 instead of Svelte 5. - Simplify setup instructions in both READMEs by generalizing the dependency installation step without changing into a separate UI directory.
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/README.md b/README.md
index 4a0172a..de4e26c 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ English | [中文](README.CN.md)
DropOut is a modern, reproducible, and developer-grade Minecraft launcher.
It is designed not just to launch Minecraft, but to manage Minecraft environments as deterministic, versioned workspaces.
-Built with Tauri v2 and Rust, DropOut delivers native performance and minimal resource usage, paired with a modern reactive web UI.
+Built with Tauri v2, DropOut delivers native performance and minimal resource usage, paired with a modern reactive web UI built with React 19, shadcn/ui, and Tailwind CSS 4.
> Minecraft environments are complex systems.
> DropOut treats them like software projects.
@@ -42,7 +42,7 @@ This launcher is built for players who value control, transparency, and long-ter
## Features
- **High Performance**: Built with Rust and Tauri for minimal resource usage and fast startup times.
-- **Modern Industrial UI**: A clean, distraction-free interface designed with **React** and **Tailwind CSS 4**.
+- **Modern Industrial UI**: A clean, distraction-free interface designed with **React 19**, **shadcn/ui**, and **Tailwind CSS 4**.
- **Microsoft Authentication**: Secure login support via official Xbox Live & Microsoft OAuth flows (Device Code Flow).
- **Mod Loader Support**:
- **Fabric**: Built-in installer and version management.
@@ -103,12 +103,10 @@ Download the latest release for your platform from the [Releases](https://github
cd DropOut
```
-1. **Install Frontend Dependencies**
+2. **Install Dependencies**
```bash
- cd ui
pnpm install
- cd ..
```
1. **Run in Development Mode**