chore: readme

This commit is contained in:
WDaan 2022-12-30 14:19:30 +01:00
parent 0d7afc9e5f
commit 42b117b342
2 changed files with 5 additions and 3 deletions

View file

@ -1,2 +1,4 @@
VITE_USE_FAKE_TORRENTS=false
VITE_FAKE_TORRENT_COUNT=5
VITE_FAKE_TORRENT_COUNT=5
VITE_QBITTORRENT_PORT=8080
VITE_QBITTORRENT_TARGET='http://127.0.0.1'

View file

@ -14,7 +14,7 @@
## Screenshots
- Destop
- Desktop
![](readme_assets/screenshot-desktop.png)
- Desktop Dark Mode
@ -52,7 +52,7 @@ If you like to always have the latest and greatest, please sync to the `nightly-
- `npm install`
- `npm start`
- `npm run lint` (to format the code)
- `docker-compose up -d` (to start qbittorrent docker => optional, you can edit `vite.config.js` as well)
- `docker-compose up -d` (starts a qbittorrent docker, optional)
- Open the WebUI on localhost with the default username `admin` and password `adminadmin`.
- Edit `env.development` to tweak your dev environment (e.g. fake torrents)