1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-24 12:49:19 +00:00

Landing page (#22598)

This commit is contained in:
Wendelin
2024-11-20 17:20:08 +01:00
committed by GitHub
parent 6a337cc486
commit 5b8e63a213
41 changed files with 1262 additions and 21 deletions

9
landing-page/script/develop Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/sh
# Run the landing-page
# Stop on errors
set -e
cd "$(dirname "$0")/../.."
./node_modules/.bin/gulp develop-landing-page