The marketing site for Helium.
This repository also mirrors FreshDesk support articles into support/. FreshDesk remains the source of truth for the rendered support portal.
- Node (>= 24)
The site is built with Astro on the AstroWind starter.
To install dependencies and start the dev server, execute:
npm install
npm run devThe dev server is available at http://localhost:4321.
To build a production version of the site, execute:
npm run buildPushes to main will redeploy the marketing site. The site is served from S3 (heliumedu.www.static) behind CloudFront. Infrastructure is defined in the infra repo's global workspace.

