/personal_website

Source code for George Jose's personal website

Primary LanguageJavaScript

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-compose build && docker-compose up

Locally using Node

  • Set up node.js, npm
  • Clone repository git clone https://github.com/willedflipper66/personal_website.git
  • Go to web folder cd web
  • Install node.js packages sudo npm install
  • Launch node.js sudo npm start bin/www
  • You should now be able to view the website at http://localhost:80