This repository contains the landing page for TerraHarbor, a secure platform for storing and managing Terraform State Files with high availability, AES-256 encryption, and complete governance for your cloud infrastructures.
- React - Modern JavaScript library for building user interfaces
- Vite - Next generation frontend tooling for fast development
- Material-UI (MUI) - React UI components library
Make sure to install the dependencies:
npm installStart the development server on http://localhost:5173:
npm run devThis page is published to GitHub Pages using the deploy-gh-pages.yaml workflow. The publication is automated through GitHub Actions, ensuring that the latest changes on main are always reflected on the live site.