mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-19 07:16:29 +00:00
parent
6df71aee0c
commit
56baa569d5
@ -10,7 +10,7 @@ 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/bootstrap`.
|
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 docs locally
|
### Running docs locally
|
||||||
|
|
||||||
|
8
script/setup
Executable file
8
script/setup
Executable file
@ -0,0 +1,8 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
# Setups the repository.
|
||||||
|
|
||||||
|
# Stop on errors
|
||||||
|
set -e
|
||||||
|
|
||||||
|
cd "$(dirname "$0")/.."
|
||||||
|
script/bootstrap
|
Loading…
x
Reference in New Issue
Block a user