rv_gui
Here you'll find documentation about how to install our resource rv_gui and how the project is structurized.
Last updated
Here you'll find documentation about how to install our resource rv_gui and how the project is structurized.
Last updated
First you need to clone the git repo into your fivem resources directory
Install all of the dependencies to build the resource
Now install the dependencies for the webview
Now go to the root directory of the rv_gui resource and execute the command you need in a terminal
To help you navigate the project's directory structure, here's a brief overview of some key folders:
rv_gui: This is the main directory encompassing the entire project setup, including the webview and server components.
resource: This folder contains the files we build with the commands, also the resource is started from this directory.
gui: Inside this directory, you'll find the files related to the graphical user interface. This is where the webview interface is developed and maintained.
src: The source folder houses the core codebase, including scripts and logic for the project's functionalities. All primary coding efforts are concentrated here and are later compiled to JS code