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 installNUXT_PUBLIC_CONTENT_ROOT=/ # Use '/' for all posts, '/live' for what's on my siteStart the development server on http://localhost:3000
npm run devBuild the application for production:
npm run buildLocally preview production build:
npm run previewCheck out the Nuxt documentation for more info!