Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions README.en.md
Original file line number Diff line number Diff line change
@@ -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
```
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[廣東話](README.md) | [English](README.en.md) | [繁體中文](README.zh_tw.md)
# 真心話大冒險(廣東話)

網頁: https://heilcheng.github.io/truthordare
Expand Down
20 changes: 20 additions & 0 deletions README.zh_tw.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# 真心話大冒險(廣東話)
網頁: https://heilcheng.github.io/truthordare

## 功能
- 全部 / 真心話 / 大冒險
- 一鍵生成問題
- 可以在瀏覽器中添加自己的問題

## 本地設置(前端)
```bash
npm install
npm start
```

## 本地設置(後端,可選)
```bash
cd server
npm install
npm start
```