mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2025-02-18 00:02:02 +03:00
Update README.md
This commit is contained in:
parent
e36555f26e
commit
835920804d
1 changed files with 11 additions and 11 deletions
22
README.md
22
README.md
|
@ -4,6 +4,8 @@
|
|||
|
||||
(support for more clients coming in the future)
|
||||
|
||||
> Vue, Node, Express, qBitorrent
|
||||
|
||||
## Screenshots
|
||||
|
||||
<p align="center">
|
||||
|
@ -14,20 +16,15 @@
|
|||
<a href="https://i.imgur.com/SUOEyy9.png"><img src="https://i.imgur.com/SUOEyy9.png" title="Mobile" alt="Mobile Screenshot" width="320" height="500"></a>
|
||||
</p>
|
||||
|
||||
|
||||
> Vue, Node, Express, qBitorrent
|
||||
|
||||
## Installation
|
||||
|
||||
- Probably a Docker image but I haven't properly figured out this part yet...
|
||||
|
||||
### Development
|
||||
## Development
|
||||
|
||||
FRONTEND : Git clone & npm run serve!
|
||||
|
||||
SERVER : (npm run build, copy dist to server (optional)) & nodemon server.js!
|
||||
|
||||
---
|
||||
SERVER : (npm run build, copy dist to /server (optional)) & nodemon server.js!
|
||||
|
||||
## Features
|
||||
- viewing sessions stats ( down / upload speed, session uploaded / downloaded )
|
||||
|
@ -37,21 +34,24 @@ SERVER : (npm run build, copy dist to server (optional)) & nodemon server.js!
|
|||
|
||||
## Contributing
|
||||
|
||||
I'll gladly accept help & advice! (this is my first project of this nature, pls be kind :P ).
|
||||
I'll gladly accept help/pull requests & advice! (this is my first project of this nature, pls be kind 😛 ).
|
||||
|
||||
## FAQ
|
||||
|
||||
- **Why build this??**
|
||||
- Why not? Most WebUI's look very dated and now it's no longer necessary to search for a remote control app!
|
||||
|
||||
---
|
||||
|
||||
## Support
|
||||
|
||||
Reach out to me at one of the following places!
|
||||
|
||||
- <a href="https://m.me/WijnsDaan" target="_blank">`Facebook Messenger`</a>
|
||||
- Open up an issue :P
|
||||
- Open up an issue 😛
|
||||
|
||||
## Credits
|
||||
|
||||
Dashboard design heavily inspired by: 'https://github.com/iamshaunjp/vuetify-playlist'
|
||||
Also check out The Net Ninja's Youtube Channel.
|
||||
|
||||
---
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue