Landing page for Swarmpit — a static site built with vanilla HTML/CSS/JS, no build step.
nvm use # node 20
corepack enable # makes pnpm available
pnpm install
pnpm dev # http://localhost:3000The contents of s3/swarmpit.io/ are exactly what gets deployed — edit them directly.
Pushed to S3 + CloudFront via GitHub Actions on every push to master. See DEPLOYMENT.md for the one-time AWS setup (bucket, distribution, IAM, secrets).