From d3c744fec7cd41c14b82b878c296a9920b1af24b Mon Sep 17 00:00:00 2001 From: Taqi Tahmid Date: Sat, 15 Feb 2025 10:49:29 +0200 Subject: [PATCH] updated README with more sections --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8748aa6..75b6c2d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,24 @@ My Portfolio Website ===================== +# Overview + +This is my personal portfolio website. It is a simple website that showcases +my projects and skills. The wbsite has an Overview, Projects, Interests, and +Experience section. The website is deployed on my self-hosted Kubernetes cluster. + +For more info regarding my homelab setup, please visit my +[Homelab Repository](https://github.com/TheTaqiTahmid/homeserver) + +# Build + +This website is built using React and Typescript and is packaged as a container. + +```bash +npm install +npm run build +``` + # Deploy This website is packaged as a container and deployed using nginx. @@ -13,4 +31,4 @@ docker push ${DOCKER_REGISTRY}/my-portfolio-app:latest # Check the registry curl -u user:pass https://${DOCKER_REGISTRY}/v2/_catalog -``` +``` \ No newline at end of file