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
2020-05-13 14:16:33 -04:00
.ci Re-enable cache on CI 2020-05-07 17:08:21 +02:00
.copr
.dependabot Add dependabot config 2020-05-01 08:35:17 +02:00
.github Merge branch 'master' into codeowners 2020-05-01 18:04:07 +09:00
debian
deployment Update deployment/Dockerfile.fedora.all 2020-04-29 14:14:49 -04:00
fedora update links 2020-04-19 20:29:30 +09:00
scripts
src Translated using Weblate (German) 2020-05-13 14:16:33 -04:00
.editorconfig
.eslintignore
.eslintrc.js Fix suggestions 2020-05-07 17:21:26 +02:00
.gitattributes
.gitignore
.npmignore
.stylelintrc
build.sh
build.yaml
bump_version
CONTRIBUTORS.md download button only if permission 2020-05-02 00:57:51 +05:30
gulpfile.js Force the use of single quotes 2020-05-04 12:44:12 +02:00
LICENSE
package.json Merge pull request #1221 from jellyfin/dependabot/npm_and_yarn/date-fns-2.13.0 2020-05-11 22:14:48 +09:00
postcss.config.js Fix browserslist for autoprefixer 2020-05-08 13:50:04 +03:00
README.md
webpack.common.js Force the use of single quotes 2020-05-04 12:44:12 +02:00
webpack.dev.js Fix browserslist for autoprefixer 2020-05-08 13:50:04 +03:00
webpack.prod.js Fix browserslist for autoprefixer 2020-05-08 13:50:04 +03:00
yarn.lock Merge pull request #1221 from jellyfin/dependabot/npm_and_yarn/date-fns-2.13.0 2020-05-11 22:14:48 +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

  • Yarn
  • Gulp-cli

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