Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 491 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 491 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
  • Build assets
yarn build

# or to watch files and reload on scss change
yarn dev
  • Run local server
php artisan serve

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

That's all!