Skip to content

My personal website, portfolio, and blog. This was converted from Wordpress to Gridsome then migrated to Nuxt 3.

Notifications You must be signed in to change notification settings

bradsiefert/bradsiefert.com

Repository files navigation

bradsiefert.com Nuxt 3 readme

Started from: Nuxt 3's Content v2 Minimal Starter

This uses Nuxt's Content v2. For more information, read Content v2's documentation to learn more.

Setup this site

Make sure to install the dependencies:

# npm
npm install

# yarn
yarn install

# pnpm
pnpm install --shamefully-hoist

Start Development Server

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

npm run dev

Build or Deploy to Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Check out the deployment documentation for more information.

About

My personal website, portfolio, and blog. This was converted from Wordpress to Gridsome then migrated to Nuxt 3.

Topics

Resources

Stars

Watchers

Forks