Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 391 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 391 Bytes

drjonnicholson.com

My personal and professional website, based on a Webpack build

Developing

git clone [email protected]:drjonnicholson/drjonnicholson.github.io.git
cd drjonnicholson.github.io/
npm start

The site is now running at http://localhost:3000

Upgrading to latest version of package dependencies

npm install -g npm-check-updates
ncu --deep
ncu -u