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
2022-09-13 18:12:32 -04:00
.ci
.github Update github/codeql-action digest to b398f52 2022-09-02 22:13:35 +00:00
.vscode
debian
deployment
fedora Merge pull request #3571 from mihawk90/fedora-spec-rework 2022-06-29 00:47:10 -04:00
scripts Replace bash prepare script with node version 2020-12-17 12:25:39 -05:00
src fix: set html player actionsheet to resolve on click 2022-09-13 18:12:32 -04:00
.copr
.editorconfig
.eslintignore
.eslintrc.js Merge pull request #3798 from Stromwerk/no-throw-literal 2022-08-13 08:00:45 -06:00
.gitattributes
.gitignore
.npmignore
.npmrc
.stylelintrc.json
.stylelintrc.scss.json
babel.config.js
build.sh
build.yaml
bump_version
CONTRIBUTORS.md chore: enable native firefox subtitles 2022-09-12 13:38:59 -04:00
LICENSE
package-lock.json Update dependency eslint-plugin-react to v7.31.6 2022-09-11 21:20:30 +00:00
package.json Update dependency eslint-plugin-react to v7.31.6 2022-09-11 21:20:30 +00:00
postcss.config.js
README.md
tsconfig.json
webpack.common.js Enable babel build caching 2022-09-06 02:18:19 -04:00
webpack.dev.js Use recommended devtool for development builds 2022-09-06 09:54:50 -04:00
webpack.prod.js Split node_modules to separate bundles 2022-09-06 01:45:59 -04:00

Jellyfin Web

Part of the Jellyfin Project


Logo Banner

GPL 2.0 License Current Release Translation Status
Donate Feature Requests 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

  • Node.js
  • npm (included in Node.js)

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.

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

    npm start
    
  4. Build the client with sourcemaps available.

    npm run build:development