This portfolio website is built using a forked branch of RyanFitzgerald/devportfolio project on github. It has been adapted with my information and skills, along with some structural and visual changes.
The project has been Docker-ized and can be hosted within an nginx shell.
This project uses the free MIT license as part of its fork. See LICENSE.md for more.
In order to setup the project, you will need Docker. Run the following docker commands:
docker build -t nldoty/portfolio .
docker run -d -p 3000:80 --name nldoty_portfolio nldoty/portfolio