mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
TorrServer web client
How to start project
- ignore first two steps if the server is on
localhost - duplicate
.env_exampleand rename it to.env - in
.envfile add server address toREACT_APP_SERVER_HOST(without last "/")
http://192.168.78.4:8090- correct
http://192.168.78.4:8090/- wrong
- in
.envfile add TMDB api key yarn start
Eslint
Prettier will fix the code every time the code is saved
yarn lint- to find all linting problemsyarn fix- to fix code