mirror of
https://github.com/elisspace/core.git
synced 2026-08-30 08:02:02 +00:00
8 lines
190 B
Plaintext
Executable File
8 lines
190 B
Plaintext
Executable File
echo "Bootstrapping frontend..."
|
|
git submodule update
|
|
cd homeassistant/components/frontend/www_static/home-assistant-polymer
|
|
npm install
|
|
bower install
|
|
npm run setup_js_dev
|
|
cd ../../../../..
|