Veil Development Documentation
  • General
    • Documentation
    • Support
  • Paid Resources
    • Gang System
      • Installing the Resource
      • Creating Gang Sprays
      • Setup
      • Activity System Guide
      • Listeners
      • Common Errors
      • Available Functions
      • Commands
    • Government System
      • Installing the Resource
      • Setup
      • Listeners and Exports
      • Item Setup
    • K9 System
      • Installing the Resource
    • Image Placer
      • Installing the Resource
      • Setup
Powered by GitBook
On this page
  1. Paid Resources
  2. Image Placer

Installing the Resource

Guide to install the Poster System

PreviousImage PlacerNextSetup

Last updated 8 months ago

Dependencies ox_lib -

Building the resource

The resource needs to be built for the UI to work as it is made in Svelte and Typescript. Follow these instructions to do so.

Prerequisites: Node JS

  • Open the resource in VS Code

  • In the terminal navigate to the src folder, this can be done using these commands. cd web cd src

  • In this directory run these commands: npm i npm install vite npm run build

  • If the process executes without errors, then you are finished.

  • If you encounter any issues with this process, feel free to contact us VIA our discord

Download Here