Flower City Collegiate Rowing's official website. It is currently hosted at http://fccr.herokuapp.com
git clone https://github.com/amk5401/FCCR
cd FCCR
php -S localhost:8000
If php is installed open a command prompt at the project directory and run:
php -S localhost:8000
If not, consider using a tool like EasyPHP to run the application.