mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-27 00:01:06 +00:00
2.4 KiB
2.4 KiB
Jellyfin Web
Part of the Jellyfin Project
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 linked above. Look through the following graphic to see if your native language could use some work!
Build Process
Dependencies
- Yarn or NPM
Getting Started
- Clone or download this repository.
git clone https://github.com/jellyfin/jellyfin-web.git cd jellyfin-web
- Install build dependencies in the project directory via npm.
npm install