Welcome to my portfolio website's repo below are some setup instructions if you'd like to run it locally.
It's built on nuxt 3 (docs here) as it's JS framework, for it's styling I use TailwindCSS (docs here).
Any back-end (ex. Contact form) will be done in Node through Nuxt's own stuff or with Netlify functions (to be decided)
Make sure to install the dependencies:
# npm
npm install
Start the development server on http://localhost:3000
npm run dev
It's deployed to netlify so I don't have to worry about that :)