Skip to content

Latest commit

 

History

History
84 lines (68 loc) · 2.21 KB

README.md

File metadata and controls

84 lines (68 loc) · 2.21 KB


Logo

Media server with Emby API

View Demo

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage

About The Project

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.

Built With

  • React
  • Tailwind CSS
  • Vite.js
  • Emby API

Getting Started

Prerequisites

  • npm
    npm install npm@latest -g

Installation

  1. Get your EMBY API Key from http://app.emby.media/
  2. Install NPM packages
    npm install
  3. Edit your .env.example into .env with your personal emby config
    const VITE_EMBY_SERVER_API_URL = 'ENTER YOUR API URL';
    const VITE_EMBY_SERVER_API_KEY = 'ENTER YOUR API KEY';

Usage

Run the project

npm run dev

Build for production

npm run build