Before running the project, you should ensure that your local machine has PHP and Composer installed. In addition, installing Node.js and npm must also be installed.
- Clone the repository.
- Execute following commands from the application directory:
composer install
npm install
npm run build
- Rename
.env.example
to.env
and execute the following command:
php artisan key:generate
- Profit! 🥳
The SplitScreen.me Hub is open-sourced software licensed under the GNU GPLv3 license.