The website for Alldrit Technologies, built with Astro and deployed as a static site to an AWS S3 bucket behind CloudFront.
pnpm install
pnpm devAstro serves the site locally at http://localhost:4321.
pnpm check
pnpm buildThe production build is written to dist/. Files in static/ are copied through unchanged; this preserves the two existing project demos under /project/.
After authenticating the AWS CLI with an account that can update the alldrit bucket:
pnpm deployThis builds the site and synchronizes dist/ to s3://alldrit, deleting files no longer present in the build. S3 should use index.html as the index document and 404.html as the error document.