mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-04-28 23:37:15 +00:00

* Migrate to Docusaurus V2 * Add redirects Only covers most recent version * Add omitted scripts folder * Include working yarn.lock
8 lines
55 B
Bash
8 lines
55 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
cd "$(dirname "$0")/.."
|
|
|
|
yarn start
|