use: Next.js, TypeScript, Tailwind CSS, Docker, Cloud Run, Terraform, and GitHub Actions
First, run the development server:
docker-compose upOpen http://localhost:3000 with your browser to see the result.
The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.