home-cinema-app-backup
v0.0.8-beta.4
Published
The website server for [HomeCinema desktop app](https://github.com/KHLALA-Gh/HomeCinema-Desktop).
Readme
Home Cinema
The website server for HomeCinema desktop app.
A website for browsing movies and TV series. it uses YTS and Torrentio APIs for finding torrents and Torrent Streamer Api for torrent streaming, built with Vite and React.

Setup
Install package
npm i @home-cinema/appRun the server
import { bootServer } from "@home-cinema/app";
const PORT = 8080;
// starts the app server
bootServer(PORT, {
desktopMode: true,
});note : The website is designed to work with Electron so that all functionalities are operational without problems. The application requires IPC handlers to perform certain actions. For more info see HomeCinema-Desktop source code.
Issues
If you encounter any issues using the website don't hesitate to submit an issue
