/tomasvotruba.com

Blog about hacking PHP, education and being the laziest PHP programmer in the world →

Primary LanguagePHP

tomasvotruba.com - Personal Static Website Generated from Symfony App

Install & Run

git clone git@github.com:TomasVotruba/tomasvotruba.com.git # use your fork if you want to contribute
cd tomasvotruba.com
composer install
  • Run local server
php -S localhost:8000 -t public

And open http://localhost:8000 in your browser.

That's all!