mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-11-20 00:10:17 +00:00
9 lines
66 B
Bash
Executable File
9 lines
66 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
cd "$(dirname "$0")/.."
|
|
|
|
cd website
|
|
yarn start
|