Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 293 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 293 Bytes

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