aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/packages/docs/README.md
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2026-01-29 15:39:55 +0800
committerGitHub <noreply@github.com>2026-01-29 15:39:55 +0800
commit2181e4a26c1581b4402312a7974f00cefb125752 (patch)
tree8d38ce794f4b31ad1de9e61738eba125acc39ddd /packages/docs/README.md
parent410c949b87424b4ac0df5e3f38930781c6eda147 (diff)
parent5d630a24bed07dca20b6ddf55ffe4be36399ad0f (diff)
downloadDropOut-2181e4a26c1581b4402312a7974f00cefb125752.tar.gz
DropOut-2181e4a26c1581b4402312a7974f00cefb125752.zip
Refactor Java runtime to async modular system with Adoptium support (#82)
Diffstat (limited to 'packages/docs/README.md')
-rw-r--r--packages/docs/README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/docs/README.md b/packages/docs/README.md
new file mode 100644
index 0000000..2b4c09a
--- /dev/null
+++ b/packages/docs/README.md
@@ -0,0 +1,14 @@
+# docs
+
+This is a React Router application generated with
+[Create Fumadocs](https://github.com/fuma-nama/fumadocs).
+
+Run development server:
+
+```bash
+npm run dev
+# or
+pnpm dev
+# or
+yarn dev
+```