mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 23:36:51 +00:00
Include yarn in the frontend instructions (#2187)
This commit is contained in:
parent
cc5aff6da5
commit
00b5161955
@ -30,10 +30,13 @@ Node.js is required to setup the frontend development environment. The preferred
|
||||
$ cd homeassistant/components/frontend/www_static/home-assistant-polymer
|
||||
$ nvm install < .nvmrc
|
||||
```
|
||||
|
||||
[Yarn](https://yarnpkg.com/en/) is used as the package manager for node modules. [Install yarn using the instructions here.](https://yarnpkg.com/en/docs/install)
|
||||
|
||||
Next step is to get the frontend code. When you clone the Home Assistant repository, the frontend repository is not cloned by default. You can setup the frontend development environment by running from the `home-assistant` directory:
|
||||
|
||||
```bash
|
||||
$ script/setup
|
||||
$ script/bootstrap_frontend
|
||||
```
|
||||
|
||||
## {% linkable_title Development %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user