Important
This version of the website it's not online anymore. I rewrote it in a different language, see here
My personal website built with Laravel and TailwindCSS.
To get started with development just clone this repo and run the followings commands:
PHP 8 or later is required
- Install JS dependencies:
yarn
- Install PHP dependencies:
composer install
- Compile the assets:
yarn watch
- Start the docker images:
sail up -d
- Install JS dependencies:
sail yarn
- Install PHP dependencies:
sail composer install
- Compile the assets:
sail yarn watch