Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 523 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 523 Bytes

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.