Media server with Emby API
View Demo
Table of Contents
TEKFLIX is a media server client directly connected to your EMBY server. The goal of this project is to structure the frontend with a hexagonal architecture.
- npm
npm install npm@latest -g
- Get your EMBY API Key from http://app.emby.media/
- Install NPM packages
npm install
- Edit your
.env.example
into.env
with your personal emby configconst VITE_EMBY_SERVER_API_URL = 'ENTER YOUR API URL'; const VITE_EMBY_SERVER_API_KEY = 'ENTER YOUR API KEY';
npm run dev
npm run build