Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 535 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 535 Bytes

Wave Music app

Development setup

  1. Make sure you have PHP, Node.js and Composer installed.
  2. Make sure you have a relational database system installed. One of these:
  • MySQL
  • PostgreSQL
  • Microsoft SQL Server
  • SQLite
  1. Create .env from .env.example and configure with the correct values.
  2. Run composer install
  3. Run php artisan migrate
  4. Run npm install
  5. Run npm run dev or npm run build
  6. Run php artisan serve and visit the live development website