GitXplorerGitXplorer
T

tomasvotruba.com

public
89 stars
100 forks
2 issues

Commits

List of commits on branch main.
Verified
ea603b7146fa3881d9a5d473b6f9d36f6c3834e8

tv post reading 2024 (#1506)

TTomasVotruba committed 4 days ago
Verified
66e66eee9bd224b4d7b4e14cf5f0fce318559a5b

[post] alice fixtures - 2 (#1505)

TTomasVotruba committed 4 days ago
Unverified
7c051901ed886dbde73d46a3ae49eb9cac89c2b9

jk

TTomasVotruba committed 11 days ago
Verified
60cf96472c22c3350466d189ce16e91d050e9a9b

[post] Add symofny required (#1504)

TTomasVotruba committed 11 days ago
Verified
a3902a03db8779fce9ed6a065e60a1f3c8f95ebe

[post] add behat static analysis info (#1503)

TTomasVotruba committed 14 days ago
Verified
0cbe3d93926e79810c450c1df63ffcb5b987f51a

[post] finalize classes for rector and phpstan (#1502)

TTomasVotruba committed 16 days ago

README

The README file for this repository.

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!