Add description and image to readme
This commit is contained in:
parent
632b7dfb2f
commit
c778c3d0fa
1 changed files with 20 additions and 3 deletions
23
README.md
23
README.md
|
|
@ -1,9 +1,26 @@
|
|||
# Ultraviolet-Node
|
||||
The deployable version of Ultraviolet.
|
||||
<p align="center">
|
||||
<img src="https://raw.githubusercontent.com/titaniumnetwork-dev/ultraviolet-static/main/uv.png"
|
||||
height="200">
|
||||
</p>
|
||||
|
||||
<h1 align="center">
|
||||
Ultraviolet-Node
|
||||
</h1>
|
||||
|
||||
<p align="center">
|
||||
The deployable version of Ultraviolet, a highly sophisticated proxy used for evading internet censorship or accessing websites in a controlled sandbox using the power of service-workers and more!
|
||||
</p>
|
||||
|
||||
[](https://heroku.com/deploy/?template=https://github.com/titaniumnetwork-dev/Ultraviolet-Node)
|
||||
[](https://replit.com/github/titaniumnetwork-dev/Ultraviolet-Node)
|
||||
|
||||
## Supported Sites
|
||||
- [Youtube](https://www.youtube.com)
|
||||
- [Spotify](https://spotify.com)
|
||||
- [Discord](https://discord.com)
|
||||
- [Reddit](https://reddit.com)
|
||||
- [GeForce NOW](https://play.geforcenow.com/) (Partially Supported)
|
||||
|
||||
## Table of Contents
|
||||
- [Installation And Setup](#installation-and-setup)
|
||||
- [Basic Guide](#basic-guide)
|
||||
|
|
@ -20,7 +37,7 @@ Installation of Ultraviolet is simple. You can find a Tl;Dr of the installation
|
|||
## Basic Guide
|
||||
|
||||
```sh
|
||||
$ git clone --recursive https://github.com/titaniumnetwork-dev/Ultraviolet-Node
|
||||
$ git clone https://github.com/titaniumnetwork-dev/Ultraviolet-Node --recursive
|
||||
$ cd Ultraviolet-Node
|
||||
$ npm install
|
||||
$ npm start
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue