This repository has been archived on 2021-05-27. You can view files and clone it, but cannot push or open issues or pull requests.
Files
ReRedirector/README.md
2020-04-03 00:40:56 +08:00

22 lines
283 B
Markdown

# url-redirector
用來代理常見縮網址服務,避免遭到北科的計網中心中間人攻擊。
## Usage
1. 下載相依套件
```bash
npm install
```
2. 建置
```bash
npm run build
```
3. 啟動
```bash
export PORT=3000 # 選擇要使用的 port
npm run start
```