2 Building
David Reed edited this page 2023-02-05 13:25:45 -05:00

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