Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 318 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 318 Bytes

Active Branch: v0.0.1

After cloning this repo, do the following steps:

  1. composer install
  2. npm install
  3. Duplicate the .env.example file and rename it to .env
  4. Setup database connection
  5. Run php artisan migrate
  6. Run php artisan key:generate
  7. Run php artisan serve
  8. Run npm run dev