Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 1.08 KB

README.md

File metadata and controls

34 lines (18 loc) · 1.08 KB

Portfolio

Website displaying my frontend skills, recent projects, skills and contact information.

NOTE: .htaccess is only for apache servers. The node dockerfile does not support it, and therefore does not use it in that environment. In production, make sure it is used. You can verify by doing curl -I https://example.com from terminal/CMD.

View

Go to this website to view my portfolio.

Pagespeed insights and HTTP observatory report. Website is ~3MB in Memory (According to snapshot taken 02/20/25)

Getting started

Docker

To test what it would look like in production, I recommend using docker to serve the webpage.

  1. Clone repo:

git clone https://github.com/HarbourHeading/swe-portfolio.git

  1. Change directory into repo:

cd swe-portfolio

  1. Build dockerfile:

docker build -t swe-portfolio:latest .

  1. Run docker container:

docker run -it -p 3000:3000 -d swe-portfolio:latest