Birthday Roast Gallery
A fun birthday meme website for roasting your friends with their best (worst) moments.
Development
npm install
npm run dev
Adding Photos
- Add images to
public/images/folder - Update
public/roasts.jsonwith image filenames and Vietnamese captions - Rebuild and redeploy
Docker Build
docker build -t cmsn-b-linh:latest .
Kubernetes Deployment
- Push image to your registry:
docker tag cmsn-b-linh:latest your-registry/cmsn-b-linh:latest
docker push your-registry/cmsn-b-linh:latest
-
Update
k8s/deployment.yamlwith your registry image -
Apply manifests:
kubectl apply -f k8s/
- Access at: https://cmsn-b-linh.duylai.duckdns.org
Description
Languages
JavaScript
86.3%
HTML
7%
Dockerfile
5.6%
CSS
1.1%