Skip to content

jamescoxhead/jamescoxhead.co.uk

Repository files navigation

JamesCoxhead.co.uk

Netlify Status

This is the source code for my personal website, jamescoxhead.co.uk. The site is built as a static website and is built using Parcel.

To run a development build and start the local development server:

npm start

To run a production build:

npm run-script build