This is my monorepo for codyduong.dev
-
frontend/web
- Vite SSR w/ React and Million.js
- Server for SSR is managed in
./frontend/web/server.ts
and associated files. I really don't like the automagic of Next.js.
-
backend/gql
- TODO: middleware/backend w/ apollo-gql. This is something that was formerly on my old website. I haven't implemented it yet, but probably used to store blog posts or something.
-
pulumi is used as a partial IaC solution to deploy to
- firebase hosting (static deploy) and release
- google cloud - artifactregistry (docker)
- google cloud - cloudrun
- google iam