Skip to content

GlennHS/GlennHS-Site

Repository files navigation

Glenn HS: My Personal Site

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" :)

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install

Environment Variable Configuration

NUXT_PUBLIC_CONTENT_ROOT=/ # Use '/' for all posts, '/live' for what's on my site

Development Server

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Check out the Nuxt documentation for more info!