日本語
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" }