Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 395 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 395 Bytes

Personal Website running on Laravel 11


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 artisan serve

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

That's all!