Frontend for Revela
Find a file
2022-09-30 18:18:09 -04:00
lib remove redundant workflow 2022-09-30 18:18:09 -04:00
public weird span title 2022-09-15 18:55:23 -04:00
.eslintignore add and run prettier & eslint 2022-09-15 18:39:00 -04:00
.eslintrc.json add and run prettier & eslint 2022-09-15 18:39:00 -04:00
.gitignore remove redundant workflow 2022-09-30 18:18:09 -04:00
.prettierignore add and run prettier & eslint 2022-09-15 18:39:00 -04:00
.prettierrc.json add and run prettier & eslint 2022-09-15 18:39:00 -04:00
LICENSE add LICENSE 2022-09-15 19:14:43 -04:00
package-lock.json make UV a peer dependency 2022-09-30 18:17:43 -04:00
package.json make UV a peer dependency 2022-09-30 18:17:43 -04:00
README.md consistent $ in instructions 2022-09-30 17:14:12 -04:00

Ultraviolet-Static

Static files/assets used to spin up an Ultraviolet website.

Packaging

  1. Clone the repository
$ git clone https://github.com/titaniumnetwork-development/Ultraviolet-Static.git
> Cloning into Ultraviolet-Static...
$ cd Ultraviolet-Static
  1. Install dependencies
$ npm install
  1. Make your changes...
  2. Produce the dist/ directory and import the Ultraviolet scripts
$ npm run build
  1. Package for NPM to produce ultraviolet-static.X.X.X.tar.gz file
$ npm pack

Install in Ultraviolet-Node

  1. Follow installation steps until you need to run npm install
  2. Install the produced Ultraviolet-Static tgz (upload to Discord, Github, etc...) (see Packaging)
$ npm install https://github.com/titaniumnetwork-development/Ultraviolet-Static/releases/download/v1.0.0/ultraviolet-static-1.0.0.tgz
# OR
$ npm install ../path/to/ultraviolet-static-1.0.0.tgz
  1. Continue instructions...
$ npm start