Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 407 Bytes

File metadata and controls

27 lines (17 loc) · 407 Bytes

My Home Assistant

Powers https://my.home-assistant.io/

Development

Start a hot-reloading development build server with:

./script/develop

Open http://localhost:3000 to view your changes as you make them.

Or, perform a production build with:

./script/build

And then serve it up with:

yard serve dist

Open http://localhost:3000 to view your production build.