Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 988 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 988 Bytes

Game Vault

Game vault is an example video game aggregator adapted from a course at Laracasts.

Code has been updated to Laravel Livewire v3 and IGDB API v4.


Screenshot 2024-10-19 at 12 07 33 PM

Installation Instructions

  • Clone the repo and cd into it.
  • composer install
  • npm install
  • npm run dev
  • Rename or copy .env.example file to .env.
  • Set your TWITCH_API_CLIENT_ID and TWITCH_API_CLIENT_SECRET in your .env file. Follow the getting start guide.
  • php artisan key:generate
  • php artisan serve or use Laravel Herd.
  • Visit localhost:8000 in your browser.
  • To refresh cached data: php artisan cache:clear.