Skip to content
This repository has been archived by the owner on May 7, 2023. It is now read-only.

ssadrian/LunaShop

Repository files navigation

LunaShop

Control Panel

The control panel is found on /hub

Setup

  • Make sure vite is up and running in dev mode
npm run dev

Initial setup must be executed in this order and is done via

  • Install packages; One Time
npm install
  • Setup admin account
php artisan lunar:install
  • Add some mock products to the pages; Optional
php artisan db:seed
  • Serve on port 80, if any other port is specified then the images won't be shown correctly
php artisan serve --port 80