mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-14 12:56:30 +00:00
Update URLs in frontend development page (#1793)
This commit is contained in:
parent
6b87400525
commit
033e35ae23
@ -52,13 +52,13 @@ The change to `.devcontainer/devcontainer.json` should be excluded from any PR a
|
|||||||
|
|
||||||
### Installing Node.js
|
### Installing Node.js
|
||||||
|
|
||||||
Node.js is required to build the frontend. The preferred method of installing node.js is with [nvm](https://github.com/creationix/nvm). Install nvm using the instructions in the [README](https://github.com/creationix/nvm#install-script), and install the correct node.js by running the following command:
|
Node.js is required to build the frontend. The preferred method of installing node.js is with [nvm](https://github.com/nvm-sh/nvm). Install nvm using the instructions in the [README](https://github.com/nvm-sh/nvm#install--update-script), and install the correct node.js by running the following command:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
nvm install
|
nvm install
|
||||||
```
|
```
|
||||||
|
|
||||||
[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)
|
[Yarn](https://yarnpkg.com/en/) is used as the package manager for node modules. [Install yarn using the instructions here.](https://yarnpkg.com/getting-started/install)
|
||||||
|
|
||||||
Next, development dependencies need to be installed to bootstrap the frontend development environment. First activate the right Node version and then download all the dependencies:
|
Next, development dependencies need to be installed to bootstrap the frontend development environment. First activate the right Node version and then download all the dependencies:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user