This is a simple personal website built with React and TypeScript.
- Clone this repository
- Run
npm installto install dependencies - Run
npm startto start the development server - Open
http://localhost:3000in your browser
- Build the Docker image:
docker build -t personal-website .
- Run the container:
docker run -p 8080:80 personal-website
- Open
http://localhost:8080in your browser
gcloud auth login
FOR INFRA CHANGES:
terraform planterraform apply
FOR SITE CHANGES:
source deploy.sh