Skip to content

joelcarr/joelcarr.co.uk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

joelcarr.co.uk

My little space on the web to talk about my work.

Setup

This site is built using 11ty.io which requires node and npm.

Install dependencies:

npm install

Run site locally:

npm run serve

Build site for deployment:

npm run build