Skip to content

arfadex/screensphere

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

Follow these steps to set up and run ScreenSphere locally:

  1. Clone the repository:

    git clone https://github.com/arfadex/screensphere.git
  2. Navigate to the project directory:

    cd screensphere
  3. Install backend dependencies:

    cd backend
    cp .env.example .env
    composer install
    php artisan key:generate
  4. Set up the database:

    php artisan migrate
  5. Install frontend dependencies:

    cd frontend
    npm install
  6. Build the frontend assets:

    npm start
  7. Start the development server:

    php artisan serve

    The application will be accessible at http://localhost:8000.

License

This project is licensed under the GPL-3.0 license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published