🧪 Neue Tutorials in Arbeit — vom Roboterarm bis zum Sensor
Zum Inhalt springen

Software-Konfiguration

Dieses Kapitel beschreibt die Software-Konfiguration der Produkte.

Systemanforderungen

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

Installation

bash
# Repository klonen
git clone https://github.com/Juxi-Technology/your-repo.git
# Verzeichnis öffnen
cd your-repo
# Abhängigkeiten installieren
npm install

Konfigurationsdatei

config.json bearbeiten, um die Website-Konfiguration zu ändern:

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