A frontend UI for Zigbee2MQTT
You miss a translation? You want to help? You can contribute new languages and improvements via the external website poeditor.com.
Install dependencies
pnpm install
Develop using mock data
npm run start
open http://localhost:3030/
Develop using your z2m instance
Z2M_API_URI="ws://192.168.1.200:8080" npm run start
open http://localhost:3030/
npm run test:unit
npm install
npm run build //compiled files at ./dist