繁體中文
Appearance
本章節介紹產品的軟件配置方法。
# 克隆倉庫 git clone https://github.com/Juxi-Technology/your-repo.git # 進入目錄 cd your-repo # 安裝依賴 npm install
編輯 config.json 來修改網站配置:
config.json
{ "port": 3000, "language": "zh-CN" }