We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Deploying Ultraviolet through a terminal is made easy.
We don't support versions of NodeJS that are older than LTS. Running newer non-LTS versions may lead to weird behavior, however it should still work.
NodeJS LTS is currently 18.x. NodeJS 16 is unsupported and should not be used.
The version of NodeJS that your package manager provides may be severely outdated and vulnerable. Use NodeSource instead.
Clone
git clone https://github.com/titaniumnetwork-dev/Ultraviolet-App.git cd Ultraviolet-App
Install
npm install
If this takes long, you may attempt to omit dev dependencies:
npm install --omit=dev
Start
Once dependencies are installed, select the "Run" button on Replit or run:
npm start
Alternatively, run on a port:
PORT=8080 npm start
You can stop it at any time by pressing CTRL + C
If you aren't using Replit, you may want to explore: