1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-24 20:55:49 +00:00
* Add demo

* Fix stuff

* Lint

* Typescript and demo card

* More fixes

* Allow switching through configs

* Lint

* Lint2

* Add two demo configs

* Lint

* Lint
This commit is contained in:
Paulus Schoutsen
2019-01-18 21:24:32 -08:00
committed by GitHub
parent 65359aabe3
commit bb71fe0bec
84 changed files with 26510 additions and 1087 deletions

13
demo/script/develop_demo Executable file
View File

@@ -0,0 +1,13 @@
#!/bin/sh
# Develop the demo
# Stop on errors
set -e
cd "$(dirname "$0")/.."
cd ..
DEMO=1 ./node_modules/.bin/gulp build-translations gen-icons
cd demo
../node_modules/.bin/webpack-dev-server