mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-05-10 21:18:37 +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
|