Skip to content

G2Jose/personal-website

Repository files navigation

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