Skip to content

Software Config

This chapter introduces the product software configuration method.

System Requirements

  • Node.js 18+
  • Python 3.10+
  • Git

Installation Steps

bash
# Clone repository
git clone https://github.com/Juxi-Technology/your-repo.git

# Navigate to directory
cd your-repo

# Install dependencies
npm install

Config File

Edit config.json to configure as needed:

json
{
  "port": 3000,
  "language": "zh-CN"
}