/pangio.it

My personal website

Primary LanguagePHPMIT LicenseMIT

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.

Screenshot

image

Development

To get started with development just clone this repo and run the followings commands:

Bare metal way

PHP 8 or later is required

  • Install JS dependencies: yarn
  • Install PHP dependencies: composer install
  • Compile the assets: yarn watch

Docker way

  • Start the docker images: sail up -d
  • Install JS dependencies: sail yarn
  • Install PHP dependencies: sail composer install
  • Compile the assets: sail yarn watch