Source code for my personal website at www.georgejose.com. Please remove all private information if you wish to fork this.
- Install docker
- Clone repo and run
docker-compose build && docker-compose up
- 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