Files
2025-11-01 17:01:44 +02:00
..
2025-06-18 12:30:07 +03:00
Fix
2025-11-01 17:01:44 +02:00
2020-12-24 12:59:16 +03:00
2021-07-18 13:25:41 +03:00
2022-08-02 21:25:40 +03:00
2021-05-25 16:22:22 +03:00
2025-10-31 20:37:10 +02:00
2021-06-08 14:12:32 +03:00
2025-10-31 20:37:10 +02:00
2025-10-31 20:37:10 +02:00
2024-04-06 05:14:59 +03:00
2025-10-31 20:37:10 +02:00

TorrServer web client

How to start project

  1. ignore first two steps if the server is on localhost
  2. duplicate .env_example and rename it to .env
  3. in .env file add server address to REACT_APP_SERVER_HOST (without last "/")

http://192.168.78.4:8090 - correct

http://192.168.78.4:8090/ - wrong

  1. in .env file add TMDB api key
  2. NODE_OPTIONS=--openssl-legacy-provider yarn start

Eslint

Prettier will fix the code every time the code is saved

  • yarn lint - to find all linting problems
  • yarn fix - to fix code

How images were generated

npx pwa-asset-generator public/logo.png public -m public/site.webmanifest -p "calc(50vh - 25%) calc(50vw - 25%)" -b "linear-gradient(135deg, rgb(50,54,55), rgb(84,90,94))" -q 100 -i public/index.html -f