This is my humble personal site. Mostly dedicated to have an online place to display my photos.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You just need to install volta.
Also I recommend to set aliases for npm on mac, since is a pain to type the full command. I use Fish, so it look like:
alias pn 'npx pnpm'
alias np 'npx pnpm'node -v # just to trigger volta to download the specified node version
npx pnpm install
npx pnpm start