Skip to content

willparsons/willparsons.github.io

Repository files navigation

Note

This is still a work in progress. Don't judge it too harshly!

🛠 Setup

  1. Install the dependencies

    npm ci
  2. Start the dev server

    npm run dev

🚀 Building & Deploying

  1. Build the site for production

    npm run build
  2. Preview the final build

    npm run serve
  3. Deploy to GitHub Pages

    npm run deploy