Static marketing site for fleetsurf.ai.
public/index.htmlis the production page.public/*.cssandpublic/*.jsare the supporting design assets..github/workflows/deploy.ymldeployspublic/to S3 and invalidates CloudFront on every push tomain.
python3 -m http.server 4173 --directory publicThen open http://127.0.0.1:4173.