Skip to content

Repository files navigation

OwnPulse Public Site

Public-facing website for OwnPulse at ownpulse.health. Landing page, about page, and waitlist. Not part of the application — self-hosters do not need this.

Stack

  • Astro 4 — static site generator
  • Tailwind CSS — utility-first CSS
  • nginx — serving the static build in production

Development

npm install
npm run dev      # http://localhost:4321
npm run build    # produces dist/
npm run preview  # preview the build locally

Deployment

Deployed as an nginx container in the k3s cluster via the Helm chart in helm/web-public/.

docker build -t ownpulse-web-public .
helm upgrade --install web-public helm/web-public -n ownpulse

License

AGPL-3.0-or-later

About

OwnPulse web frontend - health data visualization and management

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages