From dcc4e040a588ec6a3fbde29de1dfdf7e1377604f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BB=A1=E6=9C=88=E5=8F=B6?= <150461955+MoonLeeeaf@users.noreply.github.com> Date: Sat, 15 Jun 2024 10:09:42 +0800 Subject: [PATCH] docs: English readme --- readme_en.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 readme_en.md diff --git a/readme_en.md b/readme_en.md new file mode 100644 index 0000000..7572230 --- /dev/null +++ b/readme_en.md @@ -0,0 +1,32 @@ +## LingChair + +Welcome to LingChair! This is an IM project, give ways to contact, for everyone. + +[ [中文](readme.md) | English ] + +> [!NOTE] +> This project is still in progress, [Click me](final.md) to view progress. (Chinese) +> +> Comments and BUG report welcome + +### Usage + +Server: + + 0. Install Node.js + + 1. Clone this repo or download the source code, then run `npm install`, after that, run `npm run start` or run.bat / run.sh + +Client: + + * Use the pages that the server provide (Recommend) + + * GitHub Pages (It may cause CORS security error) + +### [Q&A (Chinese)](.github/QA.md) + +### Credits + +WIP + +### [Do you know? (Chinese)](.github/do_you_know.md)