Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 418 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 418 Bytes

govinda-pingali

Portfolio website

PHP app, deployed on Heroku Using Silex web framework.

To run locally:

  1. Git checkout repo
  2. Install Composer from https://getcomposer.org/download/
    • cd into repository, and run the install script from the local repo location
  3. Run 'php -S localhost:8080 -t web' to start localhost
  4. Webpage will running at localhost:8080 on your browser