Skip to content
This repository was archived by the owner on Sep 6, 2025. It is now read-only.

Building

David Reed edited this page Dec 8, 2022 · 2 revisions

How do I build this?

  1. Clone the repository
$ git clone https://github.com/titaniumnetwork-dev/Ultraviolet.git
> Cloning into Ultraviolet...
$ cd Ultraviolet
  1. Install dependencies
$ npm install
  1. Produce the dist/ directory and compile scripts
$ npm run build
Clone this wiki locally