http://georgejose.com
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
- Set up node.js, npm
- Run
npm install && npm run start