繁體中文
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" }