Skip to content

SolidLabResearch/solid-watch-party

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[Solid logo]

Solid Watchparty

Welcome to Solid Watchparty, a platform designed for shared media viewing experiences with a focus on decentralized data management using SOLID Pods. This project leverages the latest web technologies to offer a responsive and user-centric interface.

Find our live deployment at solidlabresearch.github.io/solid-watch-party/. Information on how to use the platform can be found in our faq.

⚡ Development Quick Start

Frontend

  1. Clone the Repository
    git clone git@github.com:SolidLabResearch/solid-watch-party.git
    
  2. Navigate to directory
    cd solid-watch-party/solid-watchparty/
    
  3. Install Dependencies
    npm install
    
  4. Run the Development Server
    npm run dev
    

Backend

It is recommended to use the Community Solid Server (CSS) as backend while developing. More information is available on the css github page.

📜 Documentation

For detailed information about the project structure, setup, technology stack, and development guidelines, please refer to our Solid Watchparty Developer Handbook.

The handbook includes comprehensive guides on:

  • Getting Started with the project
  • Detailed Technology Stack (Frontend & Backend)
  • Data Layout and Modeling
  • Directory Structure and Naming Conventions