6 lines
214 B
Plaintext
Executable File
6 lines
214 B
Plaintext
Executable File
# To build the frontend, you need node, bower and vulcanize
|
|
# npm install -g bower vulcanize
|
|
cd homeassistant/components/http/www_static/polymer
|
|
bower install
|
|
vulcanize -o ../frontend.html home-assistant-main.html
|