mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-10 02:46:29 +00:00
Make needed command better visible (#48)
This commit is contained in:
parent
95cf82f53b
commit
a3b36c1589
10
README.md
10
README.md
@ -10,12 +10,18 @@ Documentation is build using [Docusaurus](https://docusaurus.io/docs/en/doc-mark
|
|||||||
|
|
||||||
### Preparing environment
|
### Preparing environment
|
||||||
|
|
||||||
Running the documentation locally requires [NodeJS](https://nodejs.org/en/) and [Yarn](https://yarnpkg.com/) to be installed. Inside a cloned fork of this repository, run `script/setup`.
|
Running the documentation locally requires [NodeJS](https://nodejs.org/en/) and [Yarn](https://yarnpkg.com/) to be installed. Inside a cloned fork of this repository, run:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ script/setup
|
||||||
|
```
|
||||||
|
|
||||||
|
This will install [docusaurus](https://www.npmjs.com/package/docusaurus) amongst other things.
|
||||||
|
|
||||||
### Running docs locally
|
### Running docs locally
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
script/server
|
$ script/server
|
||||||
```
|
```
|
||||||
|
|
||||||
It will start a server at [localhost:3000](http://localhost:3000).
|
It will start a server at [localhost:3000](http://localhost:3000).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user