Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 631 Bytes

readme.md

File metadata and controls

30 lines (17 loc) · 631 Bytes

Source files for philthompson.co.uk


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.

Setup

git clone cd philthompson.co.uk npm install

Run

npm start

Build

To create a production ready build with 11ty.

npm build

Basics

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