The website is built with Astro and deployed on Cloudflare
- Primary: https://works-with.home-assistant.io/
- Branch: https://{branch}.works-with-home-assistant-io.pages.dev
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.
Any change and PRs are against preview build. If the preview works fine, we can merge it into main.