mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Add frontend build instruction to readme
This commit is contained in:
parent
55f85f59d9
commit
5d641b76d2
@ -28,12 +28,16 @@ The system is built modular so support for other devices or actions can be imple
|
|||||||
|
|
||||||
## Installation instructions / Quick-start guide
|
## Installation instructions / Quick-start guide
|
||||||
|
|
||||||
|
Running Home Assistant requires that node.js and python3 are installed. (Node.js is required for installing dependencies and concatenating the frontend)
|
||||||
|
|
||||||
Run the following code to get up and running with the minimum setup:
|
Run the following code to get up and running with the minimum setup:
|
||||||
|
|
||||||
```python
|
```python
|
||||||
git clone --recursive https://github.com/balloob/home-assistant.git
|
git clone --recursive https://github.com/balloob/home-assistant.git
|
||||||
cd home-assistant
|
cd home-assistant
|
||||||
pip3 install -r requirements.txt
|
pip3 install -r requirements.txt
|
||||||
|
npm install bower vulcanize
|
||||||
|
./build_polymer
|
||||||
|
|
||||||
python3 start.py
|
python3 start.py
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user