Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 264 Bytes

File metadata and controls

18 lines (11 loc) · 264 Bytes

About

Source code for personal website, deployed via Github Pages.

lukehickin.com

Dev

npm install
npm run start

Deploy

Builds an optimised version and pushes to master. Github pages will eventually load the updated code.

npm run deploy