The personal site of Tom Peters.
- Basic HTML with Vanilla JS
- Compiled using webpack
- Containerized into a small nginx application
- Continuous delivery using GitHub Actions
- Deployed into a Kubernetes cluster
$ npm install
$ npm run serve
$ npm run build
Note: when compiling in Docker, a VERSION
environment variable is set. That value is used in the footer of the site.