/personal-website

My personal website at https://georgejose.com

Primary LanguageJavaScript

http://georgejose.com

Build Status

Source code for my personal website at www.georgejose.com. Please remove all private information if you wish to fork this.

How to use

Using Docker (Recommended)

  • Install docker
  • Clone repo and run docker build -t web . && docker run -p 80:8080 -it web

Locally using Node