Skip to content

Nuxt 3 project for the website matthewroyer.com

Notifications You must be signed in to change notification settings

royerdev/www-matthewroyer

Repository files navigation

Matt Royer www Project

The source code for www.matthewroyer.com running on Nuxt 3 with the Vue.js framework. Check out the Nuxt 3 documentation to learn more about the framework.

Development Server

Run the following commands to initialize the project:

# use specific node version
nvm use

# install dependencies
pnpm install

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

pnpm run dev

Production

Build the application for production:

pnpm run build

Locally preview production build:

pnpm run preview

Check out the deployment documentation for more information.

Modules

Nuxt has a list of modules that may be useful for future development.

Upgrades

Consult Nuxt's release notes for specific version upgrade instructions. Usually their recommendation for upgrading is to run:

npx nuxi upgrade --force

About

Nuxt 3 project for the website matthewroyer.com

Resources

Stars

Watchers

Forks

Languages