To set up the project, follow these steps:
-
Install Node.js dependencies:
npm install
-
Install PHP dependencies:
composer install
-
Set up environment variables:
- Copy
.env.exampleto.env - Update the
.envfile with your configuration
- Copy
-
Generate application encryption key:
php artisan key:generate
-
Run database migrations:
php artisan migrate
To start the development servers:
composer run dev