Skip to content

Latest commit

 

History

History
executable file
·
32 lines (21 loc) · 491 Bytes

readme.md

File metadata and controls

executable file
·
32 lines (21 loc) · 491 Bytes

Profile Website/Blog

Serves as a portfolio website of myself, and a place where I can post articles/tips/videos about content relevant to me.

Requirements

  • PHP ^8.1
  • MySQL ^5.7 | 8.x

Installation

After cloning the repository, run these commands

composer install
php artisan key:generate
php artisan migrate

Testing

composer test

Production asset builds

npm i --legacy-peer-deps
NODE_OPTIONS="--openssl-legacy-provider" npm run production