This repository contains the source code for my personal website.
- Primary: https://rps9.net
- React 18
- TypeScript
- Vite
- React Router
- Tailwind CSS
- Nginx to serve the website
- Cloudflare (DNS + proxy/CDN)
- FastAPI API running in Docker on EC2, with Nginx reverse proxying requests to the container.
- Certbot + Let's Encrypt for TLS certificates, with automated renew checks.
src/- Application pages, components, and utilitiespublic/- Static public assetsdist/- Production build output