mirror of
https://github.com/titaniumnetwork-dev/Ultraviolet.git
synced 2025-05-16 13:00:01 -04:00
link to docs
This commit is contained in:
parent
e7f7d8854d
commit
898a6d21e1
1 changed files with 7 additions and 0 deletions
|
@ -8,6 +8,8 @@ Ultraviolet works by intercepting HTTP requests with a service worker script tha
|
||||||
|
|
||||||
See the [changelog](./CHANGELOG.md) if you're using v1.0.1 or above!
|
See the [changelog](./CHANGELOG.md) if you're using v1.0.1 or above!
|
||||||
|
|
||||||
|
Documentation can be found on the [wiki](https://github.com/titaniumnetwork-development/Ultraviolet/wiki).
|
||||||
|
|
||||||
## How do I deploy/run this?
|
## How do I deploy/run this?
|
||||||
|
|
||||||
This repository is the bare-bones of Ultraviolet. This only contains the source code required to compile `uv.` scripts.
|
This repository is the bare-bones of Ultraviolet. This only contains the source code required to compile `uv.` scripts.
|
||||||
|
@ -35,16 +37,21 @@ $ npm install https://github.com/titaniumnetwork-development/Ultraviolet/release
|
||||||
## How do I build this?
|
## How do I build this?
|
||||||
|
|
||||||
1. Clone the repository
|
1. Clone the repository
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ git clone https://github.com/titaniumnetwork-development/Ultraviolet.git
|
$ git clone https://github.com/titaniumnetwork-development/Ultraviolet.git
|
||||||
> Cloning into Ultraviolet...
|
> Cloning into Ultraviolet...
|
||||||
$ cd Ultraviolet
|
$ cd Ultraviolet
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Install dependencies
|
2. Install dependencies
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ npm install
|
$ npm install
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Produce the `dist/` directory and compile scripts
|
3. Produce the `dist/` directory and compile scripts
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ npm run build
|
$ npm run build
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue