PackagesVicGUTT/victorgutt.dev

Victor Gutt

Source code for victorgutt.dev

The source code of this website is open source and can be seen on GitHub.

Tech

#

victorgutt.dev is built with:

Development

#

Clone the repository:

git clone https://github.com/VicGUTT/victorgutt.dev

Install the PHP requirements

composer install

Install the JavaScript requirements

npm install

Run Vite

npm run dev

You may optionally run the queue worker

php artisan queue:listen --queue=critical,important,high,default,low

Lastly, configure Laravel Herd or Laravel Valet to setup the app at: victorgutt.test.

Testing

#
composer test

Contributing

#

If you're interested in contributing to the project, please read our contributing docs before submitting a pull request.

Security Vulnerabilities

#

Please review our security policy on how to report security vulnerabilities.

Credits

#