mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2025-02-17 15:52:04 +03:00
chore: readme
This commit is contained in:
parent
0d7afc9e5f
commit
42b117b342
2 changed files with 5 additions and 3 deletions
|
@ -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'
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue