Skip to content

Commit

Permalink
Merge pull request #72 from SolidLabResearch/master
Browse files Browse the repository at this point in the history
🚀
  • Loading branch information
eliasnijs authored May 8, 2024
2 parents 9296f3b + 3fabb92 commit 8342a1a
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Simple workflow for deploying static content to GitHub Pages
# Workflow for deploying static content to GitHub Pages
name: Deploy to github pages

on:
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@

documentation/
dist/
.idea

22 changes: 2 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,16 @@

# Solid Watchparty

[solidlabresearch.github.io/solid-watch-party/](https://solidlabresearch.github.io/solid-watch-party/)

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/](https://solidlabresearch.github.io/solid-watch-party/). Information on how to use the platform can be found in our [faq](https://solidlabresearch.github.io/solid-watch-party/auth#faq).


https://github.com/SolidLabResearch/solid-watch-party/assets/37975937/e78ec297-3538-44c7-ad32-14ea310a35e7



## :zap: Quick Start
## :zap: Development Quick Start


### Frontend
Expand All @@ -38,23 +37,6 @@ https://github.com/SolidLabResearch/solid-watch-party/assets/37975937/e78ec297-3
It is recommended to use the **Community Solid Server (CSS)** as backend while developing.
More information is available on the [css github page](https://github.com/CommunitySolidServer/CommunitySolidServer).

:warning: *At the moment the css must be ran in unsafe mode as not all privacy features are implemented yet!*

## :construction: Status of the project

This project is in active development. This in an overview of the progress:
1. **Watchparty Application:**
- [x] Authentication with solid pod providers
- [x] Creating new rooms and joining rooms
- [x] Sending, retrieving and displaying messages
- [x] Watching a video stream
- [x] Video stream syncing and controls
- [x] Privacy
- [ ] Polishing
2. **Statistics dashboard:**
- *details to be determined*


## :scroll: Documentation

For detailed information about the project structure, setup, technology stack, and development guidelines, please refer to our [Solid Watchparty Developer Handbook](https://gitlab.ilabt.imec.be/maavdnbr/watch-party/-/wikis/Developer-Handbook).
Expand Down
2 changes: 0 additions & 2 deletions solid-watchparty/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Logs
logs
*.log
npm-debug.log*
Expand All @@ -12,7 +11,6 @@ dist
dist-ssr
*.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
Expand Down
8 changes: 8 additions & 0 deletions solid-watchparty/src/pages/LoginPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,14 @@ export default function LoginPage()
on servers controlled by others.
</p>
</div>
<div>
<h1 className="sw-fs-2 sw-fw-1">Want to try it with a temporary pod?</h1>
<p className="sw-fs-3 my-2 rgb-2 text-justify">
You can use <span className="rgb-solid sw-fw-1">https://pod.playground.solidlab.be/</span> as provider.
You can then use [email protected] with password userX. Replace X with a number between 1 and 9.
This way you can try out the platform without having to create a pod or account.
</p>
</div>
<div>
<p className="underline">
<a href="https://solidproject.org/">Learn more about pods</a>
Expand Down

0 comments on commit 8342a1a

Please sign in to comment.