Clone Repo:
https://github.com/Ssionn/programming-blog.git
Run composer and npm:
composer install
npm install
Clone example .env to .env and generate a key.
cp .env.example .env
php artisan key:generate
Adjust your database username and password.
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=programming_blog
DB_USERNAME=root
DB_PASSWORD=
Run this to activate TailwindCSS
npm run dev
Don't forget to link storage before uploading any pictures
php artisan storage:link
Important
Well it's not going to run on xampp. Use the artisan server instead (Use this option if you want the OAuth to work)
php artisan serve
npm run dev
If you don't want to use the built-in server, you can go for Laravel Herd. You then visit
{YourProjectName}.test/