Web Client for Jellyfin
Go to file
dependabot-preview[bot] ec1cae11d4
Bump query-string from 6.12.1 to 6.13.0
Bumps [query-string](https://github.com/sindresorhus/query-string) from 6.12.1 to 6.13.0.
- [Release notes](https://github.com/sindresorhus/query-string/releases)
- [Commits](https://github.com/sindresorhus/query-string/compare/v6.12.1...v6.13.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-08 09:30:51 +00:00
.ci update display name for production build 2020-05-31 13:55:47 +09:00
.copr Add COPR makefile link 2020-03-24 01:45:32 -04:00
.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 update links 2020-04-19 20:29:30 +09:00
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 update translation utilities 2020-05-17 22:41:23 +09:00
src Merge pull request #1368 from itegulov/books-resume 2020-06-08 03:59:53 +09:00
.editorconfig Add JSON to EditorConfig 2020-04-25 14:05:29 +02:00
.eslintignore Update eslintignore 2020-04-25 14:05:01 +02:00
.eslintrc.js Fixed review comments 2020-06-06 11:25:53 +02:00
.gitattributes Add more filetypes to gitattributes 2020-04-25 15:02:42 +02:00
.gitignore indicator migrated to es6 2020-05-04 16:08:52 +05:30
.npmignore Azure pipelines (#470) 2019-09-19 14:35:30 -04:00
.stylelintrc Add missing final newlines 2020-02-22 11:47:03 -05:00
build.sh Remove copy-pasta comments 2020-04-09 12:14:21 -04:00
build.yaml Add CentOS to build.yaml 2020-03-24 01:13:10 -04:00
bump_version Update bump_version 2020-04-25 22:15:38 -04:00
CONTRIBUTORS.md Update CONTRIBUTORS.md 2020-05-27 11:12:15 +02:00
gulpfile.js Fix bug reporter by sonarqube 2020-05-30 23:08:57 +02:00
LICENSE First separation commit. 2019-01-09 12:36:54 +01:00
package.json Bump query-string from 6.12.1 to 6.13.0 2020-06-08 09:30:51 +00:00
postcss.config.js Fix browserslist for autoprefixer 2020-05-08 13:50:04 +03:00
README.md Include explicit yarn version 2020-05-26 16:56:49 -04:00
webpack.common.js Remove unused dependencies and cleanup webpack output 2020-05-28 23:34:05 +02:00
webpack.dev.js Babel epubjs 2020-06-03 10:49:15 +03:00
webpack.prod.js Babel epubjs 2020-06-03 10:49:15 +03:00
yarn.lock Bump query-string from 6.12.1 to 6.13.0 2020-06-08 09:30:51 +00: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