Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 241 Bytes

readme.md

File metadata and controls

12 lines (9 loc) · 241 Bytes

Instruction for setting up

  • git clone
  • cp env.example .env
  • composer install
  • npm install
  • npm run dev -> to compile all assets and webpack vuejs and js
  • set up .env for mysql credentials
  • php artisan migrate
  • php artsan serve