Menu

Building

poop fart

How do I build this?

  1. Clone the repository

    :::sh
    git clone https://github.com/titaniumnetwork-dev/Ultraviolet.git
    cd Ultraviolet

  2. Install dependencies

    :::sh
    npm install

  3. Produce the dist/ directory and compile scripts

    :::sh
    npm run build