Portfolio website
PHP app, deployed on Heroku Using Silex web framework.
To run locally:
- Git checkout repo
- Install Composer from https://getcomposer.org/download/
- cd into repository, and run the install script from the local repo location
- Run 'php -S localhost:8080 -t web' to start localhost
- Webpage will running at localhost:8080 on your browser