Skip to content

cmpadden/cmpadden.github.io

Repository files navigation

cmpadden.github.io

Setup

Make sure to install the dependencies:

pnpm install --shamefully-hoist

Development Server

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

pnpm run dev

Production

Generate the static website

pnpm generate

References

Check out the deployment documentation for more information.

Look at the Nuxt 3 documentation to learn more.