A personal Website built with Nuxt 3 and Tailwind CSS.
See the site in action at https://www.alexblackburn.me.
npm installStart the development server on http://localhost:3000
npm run devGenerate the static app
npm run generatePublish the static app with GitHub Pages
npm run deploy