Frontend for Revela
Easier modification of the search engine by storing it in HTML More effective process for picking a URL |
||
|---|---|---|
| lib | ||
| public | ||
| .eslintignore | ||
| .eslintrc.json | ||
| .gitignore | ||
| .prettierignore | ||
| .prettierrc.json | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||

Ultraviolet-Static
Static files/assets used to spin up an Ultraviolet website.
Packaging
- Clone the repository
$ git clone https://github.com/titaniumnetwork-dev/Ultraviolet-Static.git
> Cloning into Ultraviolet-Static...
$ cd Ultraviolet-Static
- Install dependencies
$ npm install
- Make your changes...
- Produce the
dist/directory and import the Ultraviolet scripts
$ npm run build
- Package for NPM to produce
ultraviolet-static.X.X.X.tar.gzfile
$ npm pack
Install in Ultraviolet-Node
- Follow installation steps until you need to run
npm install - Install the produced Ultraviolet-Static tgz (upload to Discord, Github, etc...) (see Packaging)
$ npm install https://github.com/titaniumnetwork-dev/Ultraviolet-Static/releases/download/v1.0.0/ultraviolet-static-1.0.0.tgz
# OR
$ npm install ../path/to/ultraviolet-static-1.0.0.tgz
- Continue instructions...
$ npm start