You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
David Reed edited this page Nov 15, 2022
·
4 revisions
Customizing your frontend
The static files (frontend) is generated in the Ultraviolet-Static repository. You can follow the instructions within the repository to modify the frontend here.
Walkthrough
Follow the instructions for deployment found in other pages of the wiki. The following steps assume you are in a directory containing the content of Ultraviolet-Node.
Clone Ultraviolet-Static
$ git clone https://github.com/titaniumnetwork-dev/Ultraviolet-Static.git
> Cloning into Ultraviolet-Static...
$ cd Ultraviolet-Static
Install dependencies
$ npm install
Make your changes
You may go back to this step anytime, however we recommend you make your changes before applying them.
The content inside Ultraviolet-Static/public/ may be modified. This directory contains assets and HTML webpages.
Install the modified module
You should only have to do this once. Any future changes to Ultraviolet-Static/public/ will immediately take effect.