frontend: initial commit for the frontend

This commit is contained in:
2024-10-11 21:06:05 +03:00
commit 70ba473b4f
41 changed files with 4603 additions and 0 deletions

14
README.md Normal file
View File

@ -0,0 +1,14 @@
My Portfolio Website
=====================
# Deploy
This website is packaged as a container and deployed using nginx.
```
docker build -t my-portfolio-app .
docker tag my-portfolio-app:latest registry.tahmidcloud.com/my-portfolio-app:latest
docker push registry.tahmidcloud.com/my-portfolio-app:latest
# Check the registry
curl -u user:pass http://192.168.1.142:5000/v2/_catalog
```