Screen Cap updated on 2024-04-29
This is the source code of my Portfolio Website, available at VardyNg.com.
It contains all my projects, certs, educations, work history ...etc
Made by ReactJS, hosted on AWS S3 bucket static hosting, use Cloudflare as DNS
The infrastructure repo will be made public soon :)
- ReactJS code for the website
- GitHub Actions for deploying to S3 and DockerHub
- Jenkins pipeline (deprecated)
Install NodeJS, run npm install
to install dependencies, then npm run start
to start it locally!
Refer to the s3 and docker scripts for the detailed implementation