diff --git a/README.en.md b/README.en.md new file mode 100644 index 0000000..6bc04c4 --- /dev/null +++ b/README.en.md @@ -0,0 +1,20 @@ +# Truth or Dare (Cantonese) +Website: https://heilcheng.github.io/truthordare + +## Features +- All / Truth / Dare +- Generate a question with one click +- Able to add your own questions (in the browser) + +## Local Setup (Frontend) +```bash +npm install +npm start +``` + +## Local Setup (Backend, Optional) +```bash +cd server +npm install +npm start +``` diff --git a/README.md b/README.md index a3670b3..9c6759c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +[廣東話](README.md) | [English](README.en.md) | [繁體中文](README.zh_tw.md) # 真心話大冒險(廣東話) 網頁: https://heilcheng.github.io/truthordare diff --git a/README.zh_tw.md b/README.zh_tw.md new file mode 100644 index 0000000..ec6db70 --- /dev/null +++ b/README.zh_tw.md @@ -0,0 +1,20 @@ +# 真心話大冒險(廣東話) +網頁: https://heilcheng.github.io/truthordare + +## 功能 +- 全部 / 真心話 / 大冒險 +- 一鍵生成問題 +- 可以在瀏覽器中添加自己的問題 + +## 本地設置(前端) +```bash +npm install +npm start +``` + +## 本地設置(後端,可選) +```bash +cd server +npm install +npm start +```