tomasvotruba.com - Personal Static Website Generated from Symfony App
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!