This is the public-facing repository for my personal site, GlennHS. Please feel free to clone it and have a play around! If you have any suggestions or find any bugs/issues please let me know by raising a Github "Issue" :)
Make sure to install the dependencies:
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install
NUXT_PUBLIC_CONTENT_ROOT=/ # Use '/' for all posts, '/live' for what's on my site
Start the development server on http://localhost:3000
npm run dev
Build the application for production:
npm run build
Locally preview production build:
npm run preview
Check out the Nuxt documentation for more info!