Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 463 Bytes

readme.md

File metadata and controls

17 lines (13 loc) · 463 Bytes

Requires

....

Installation

  • Clone the repository with git clone
  • Copy .env.example file to .env and edit database credentials there
  • Run composer install
  • Run php artisan key:generate
  • Run php artisan migrate --seed
  • Run npm install
  • Run npm run dev
  • That's it - load the homepage, and log in with credentials admin@admin.com / password.

TODO:

  1. Check all config files and remove unnecessary cfgs