CodeLuca / monster-pitlane

Monster Pit Lane demo.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Monster Pit Lane

https://app.pitch.com/app/presentation/502542e4-8a62-4c39-b099-ad4e42a250da/d5a17a98-9499-4de3-a45a-f1ecfa6461c2

Installation

Make sure you have environment setup properly. You will need PHP8.1, composer and Node.js.

  1. Download the project (or clone using GIT)
  2. Copy .env.example into .env and configure database credentials
  3. Navigate to the project's root directory using terminal
  4. Run composer install
  5. Set the encryption key by executing php artisan key:generate --ansi
  6. Run migrations php artisan migrate --seed
  7. Start local server by executing php artisan serve
  8. Open new terminal and navigate to the react folder
  9. Copy react/.env.example into .env and adjust the VITE_API_BASE_URL parameter
  10. Run npm install
  11. Run npm run dev to start vite server for React

About

Monster Pit Lane demo.


Languages

Language:PHP 60.0%Language:JavaScript 24.6%Language:Blade 11.1%Language:CSS 3.8%Language:HTML 0.5%