Skip to content

hellsuck/Ultraviolet-Static

 
 

Repository files navigation

Ultraviolet-Static

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

Packaging

  1. Clone the repository
git clone https://github.com/titaniumnetwork-dev/Ultraviolet-Static.git
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-App

  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-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
  1. Continue instructions...
npm start

About

Frontend for the example Ultraviolet-Node repository

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 87.6%
  • JavaScript 7.4%
  • CSS 5.0%