Skip to content

CallumWatkins/website

Repository files navigation

Callum Watkins Website

Made with Nuxt 3.

Prerequisites

Build

  • Node.js v20 (LTS)

Dev

  • Visual Studio Code
  • 'Vue Language Features (Volar)' extension + Takeover Mode
  • 'EditorConfig for VS Code' extension
  • 'ESLint' extension
  • 'Prettier - Code formatter' extension

Setup

Install dependencies:

npm install

Development Server

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

npm run dev

Production

Build the application for production:

npm run build

Locally preview a production build:

npm run preview

Cloudflare Pages

Changes to the master branch are published automatically via Cloudflare Pages. Pull requests to the master branch will automatically generate a preview deployment.

[Nuxt deployment documentation] [Nitro Cloudflare Pages preset].