This is my personal website, mostly intended to be a portfolio for future employers. You can find the code in the /source folder, and the statically generated content, which is what is served to people visiting the website in the /docs folder.
It was made using the portfolio website from mldangelo : https://github.com/mldangelo/personal-site
Works with node 17.9.1
cd source
nvm use 17
npm i
npm run build
npm install -g serve
serve -s build