Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 773 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 773 Bytes

SplitScreen.me Hub v2

SplitScreen.me Logo

Getting Started

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.

  1. Clone the repository.
  2. Execute following commands from the application directory:
composer install
npm install
npm run build
  1. Rename .env.example to .env and execute the following command:
php artisan key:generate
  1. Profit! 🥳

License

The SplitScreen.me Hub is open-sourced software licensed under the GNU GPLv3 license.