1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
No description
Find a file
Cromefire_ 159a7f55d3
Fixed old function type
Co-authored-by: Cameron <Influence365@gmail.com>
2020-07-22 20:12:32 +02:00
.ci Explicitly add what Azure used to do implicitly 2020-07-13 14:34:20 -04:00
.copr
.dependabot
.github
debian
deployment Make the portable web archive and dir consistent 2020-06-20 02:31:25 -04:00
fedora
scripts
src Fixed old function type 2020-07-22 20:12:32 +02:00
.editorconfig Fixed editorconfig spec 2020-07-21 20:19:44 +02:00
.eslintignore
.eslintrc.js
.gitattributes
.gitignore
.npmignore
.stylelintrc
build.sh
build.yaml
bump_version
CONTRIBUTORS.md Added myself to the contributors 2020-07-21 20:18:24 +02:00
gulpfile.js Add defer to apploader script 2020-06-29 11:20:57 +02:00
LICENSE
package.json Apply suggesting 2020-07-21 21:27:09 +02:00
postcss.config.js
README.md
webpack.common.js
webpack.dev.js Let webpack run Babel on xmldom 2020-07-05 13:40:12 +02:00
webpack.prod.js Let webpack run Babel on xmldom 2020-07-05 13:40:12 +02:00
yarn.lock Merge pull request #1608 from jellyfin/dependabot/npm_and_yarn/browser-sync-2.26.10 2020-07-20 23:36:16 +09:00

Jellyfin Web

Part of the Jellyfin Project


Logo Banner

GPL 2.0 License Current Release Translation Status
Donate Feature Requests Discuss on our Forum Chat on Matrix Join our Subreddit

Jellyfin Web is the frontend used for most of the clients available for end users, such as desktop browsers, Android, and iOS. We welcome all contributions and pull requests! If you have a larger feature in mind please open an issue so we can discuss the implementation before you start. Translations can be improved very easily from our Weblate instance. Look through the following graphic to see if your native language could use some work!

Detailed Translation Status

Build Process

Dependencies

Getting Started

  1. Clone or download this repository.

    git clone https://github.com/jellyfin/jellyfin-web.git
    cd jellyfin-web
    
  2. Install build dependencies in the project directory.

    yarn install
    
  3. Run the web client with webpack for local development.

    yarn serve
    
  4. Build the client with sourcemaps.

    yarn build:development
    

    You can build a nginx compatible version as well.

    yarn build:standalone