Personal CV Website: vreshch.com
Personal Website vreshch.com, contains CV, interests, Contacts;
- Rect & Typescript
- Next JS as Framework
- Automated CI/CD: Deploys automatically on merge to
master - Infrastructure Details: https://github.com/vreshch/infrastructure
- Create PR → Auto-validation runs
- Merge to master → Auto-deploys to production
- Visit → https://vreshch.com
Local Development:
# Build image
docker build -t vreshch-com:local .
# Run locally
docker run -p 8080:8080 vreshch-com:local
# Access at http://localhost:8080Production Images:
# Pull from registry
docker pull ghcr.io/vreshch/vreshch.com:latest
# Run production image
docker run -p 8080:8080 ghcr.io/vreshch/vreshch.com:latest