mirror of
https://github.com/home-assistant/core.git
synced 2025-05-20 22:07:08 +00:00
7 lines
169 B
Plaintext
Executable File
7 lines
169 B
Plaintext
Executable File
echo "Bootstrapping frontend..."
|
|
cd homeassistant/components/frontend/www_static/home-assistant-polymer
|
|
npm install
|
|
bower install
|
|
npm run setup_js_dev
|
|
cd ../../../../..
|