Skip to content

home-assistant/my.home-assistant.io

Repository files navigation

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.