Skip to content

The latest management Web UI on the IoT DC3 platform is used with IoT DC3 services.

License

Notifications You must be signed in to change notification settings

pnoker/iot-dc3-web

Repository files navigation

1. Prepare

  • git
  • Visual Studio Code
  • nodejs >= 18, recommended to use 22
  • yarn, install using npm install -g yarn

2. Source code

git clone https://github.com/pnoker/iot-dc3-web.git

3. Develop

cd iot-dc3-web

# install
yarn

# run
yarn serve