These repository exists publicly so that any agencies/start-ups can see the quality of the front-end code produced by the front-end developer, Phil Thompson.
The build process requires Node and NPM in order to create the production-ready front-end code.
git clone
cd philthompson.co.uk
npm install
npm start
To create a production ready build with 11ty.
npm build
If you are new to front-end tooling you may not have Node/NPM so here are some helpful links:
Installing Node: https://docs.npmjs.com/getting-started/installing-node