Find a file
2024-02-04 11:44:18 +01:00
.github fix release workflow 2022-05-01 17:09:17 +02:00
public refactor: remove ionicons remote scripts in favor of a plugin 2021-05-23 07:09:01 +02:00
src fix(Player): wait for options before mounting subtitles 2024-02-04 11:32:00 +01:00
.browserslistrc chore: update dependencies and config files 2022-04-10 09:52:19 +02:00
.env.development 🔧 Update ws to wss 2020-04-09 13:44:22 +02:00
.env.production 🔧 Update ws to wss 2020-04-09 13:44:22 +02:00
.eslintrc.js chore: update dependencies and config files 2022-04-10 09:52:19 +02:00
.gitignore refactor: update project 2024-02-03 13:06:26 +01:00
babel.config.js chore: update dependencies and config files 2022-04-10 09:52:19 +02:00
CHANGELOG.md chore(release): 0.12.2 2023-03-19 02:02:52 +01:00
package.json v0.12.3 2024-02-04 11:44:18 +01:00
pnpm-lock.yaml fix: hls 2024-02-03 15:56:27 +01:00
README.md refactor: update project 2024-02-03 13:06:26 +01:00
screenshot.png docs: update readme 2021-09-02 06:20:51 +02:00
screenshot1.png docs: update readme 2021-09-02 06:20:51 +02:00
vue.config.js chore: disable webpack error overlay 2024-02-03 15:56:42 +01:00

Peario

Build

Peario helps you watch your streams from Stremio with your friends.

You must have Stremio installed and running to be able to create a room and join/invite your friends.

Peario uses a server to link users together, which you can find here on GitHub: peario-server

Peario Frontpage

Peario Player

Project setup

pnpm i

Compiles and hot-reloads for development

pnpm serve

Compiles and minifies for production

pnpm build