Skip to content

igo-r/zigbee2mqtt-frontend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js CI Quality Gate Status codebeat badge

Screenshots

Translation

You miss a translation? You want to help? You can contribute new languages and improvements via the external website poeditor.com.

Develop

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/

Tests

npm run test:unit

Build

npm install
npm run build //compiled files at ./dist

Sponsors

JetHome

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.6%
  • JavaScript 3.1%
  • Other 1.3%