Skip to content

CallumWatkins/website

Repository files navigation

Callum Watkins Website

Made with Nuxt 4.

Prerequisites

  • Node.js v24 (LTS)
  • npm

Setup

Install dependencies:

npm install

Development Server

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

npm run dev

Deployment to Cloudflare Pages

Deployment to Cloudflare Pages is handled by GitHub Actions. All routes are pre-rendered using Nuxt static site generation (SSG).

Changes to the master branch are published automatically. Pull requests to the master branch will automatically generate a preview deployment after passing CI checks.

Contributors