Skip to content

Building

David Reed edited this page Feb 5, 2023 · 2 revisions

How do I build this?

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