Follow these steps to set up and run ScreenSphere locally:
-
Clone the repository:
git clone https://github.com/arfadex/screensphere.git
-
Navigate to the project directory:
cd screensphere
-
Install backend dependencies:
cd backend
cp .env.example .env
composer install
php artisan key:generate
-
Set up the database:
php artisan migrate
-
Install frontend dependencies:
cd frontend
npm install
-
Build the frontend assets:
npm start
-
Start the development server:
php artisan serve
The application will be accessible at
http://localhost:8000
.
This project is licensed under the GPL-3.0 license.