Powers https://my.home-assistant.io/
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.