Hi welcome to my repository for my portfolio website built using Nuxt 3. If you want to view the live site check it out here at harryredman.com.
If you are interested in running locally here is a quick guide on how to do this:
Make sure to install the dependencies:
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install
Start the development server on http://localhost:3000
npm run dev
npx nuxi build