prepare development environment
- install nodejs
- install VS Code
run the app
npm i # just once
ionic serveionic start green-wall tabs --type=angular --capacitor
# add bluetooth
npm install cordova-plugin-bluetooth-serial
npm install @ionic-native/bluetooth-serial
ionic cap sync