Skip to content

HeliumEdu/www

Helium
Helium - Student Planner

Build GitHub License

Helium Marketing Site

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.

Prerequisites

  • Node (>= 24)

Getting Started

The site is built with Astro on the AstroWind starter.

To install dependencies and start the dev server, execute:

npm install
npm run dev

The dev server is available at http://localhost:4321.

To build a production version of the site, execute:

npm run build

Deployment

Pushes 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.