Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 1.11 KB

File metadata and controls

18 lines (10 loc) · 1.11 KB

Works with Home Assistant

The website is built with Astro and deployed on Cloudflare

URLs

Test

npm run start starts the dev server on http://localhost:8080.

npm run build writes the production site to dist/, and npm run preview serves it.

Deployment

Any change and PRs are against preview build. If the preview works fine, we can merge it into main.