Serves as a portfolio website of myself, and a place where I can post articles/tips/videos about content relevant to me.
- PHP ^8.2
- SQLite
After cloning the repository, run these commands
composer install
php artisan key:generate
php artisan migrate
composer test
npm i --legacy-peer-deps
NODE_OPTIONS="--openssl-legacy-provider" npm run production
To use the workflow using act, use the following command
act --container-architecture linux/amd64 -P ubuntu-latest=shivammathur/node:latest