Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 643 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 643 Bytes

Portfolio

In this repository you can find the source code of my portfolio website.

Technologies used

Development

# Install dependencies
npm install

# Run the development server
npm run dev

Deployment

The webiste runs in a Docker container. The image is built and pushed to Docker Hub by a GitHub Action, when someone pushes to the main branch.

The images is then used to run the portolio in my kubernetes cluster.