Skip to content

Read about upgrades, static analysis, GPT, Symfony and Laravel

Notifications You must be signed in to change notification settings

TomasVotruba/tomasvotruba.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0cae098 · Mar 23, 2025
Sep 8, 2024
Mar 23, 2025
Jan 11, 2024
Mar 14, 2025
Mar 6, 2025
Mar 19, 2025
Mar 19, 2025
Mar 19, 2025
Feb 20, 2023
Aug 31, 2024
Mar 14, 2020
Feb 4, 2025
Feb 4, 2025
Jan 11, 2024
Sep 8, 2024
Jan 11, 2024
Mar 6, 2025
Mar 14, 2025
Sep 8, 2024
Mar 14, 2025
Mar 1, 2023
Feb 18, 2025
Mar 7, 2023
Dec 17, 2024
Apr 25, 2023
Aug 18, 2023

Repository files navigation

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!