πrv_gui
Here you'll find documentation about how to install our resource rv_gui and how the project is structurized.
π‘Getting Started
cd /path/to/your/fivem/resources
git clone https://github.com/programmernb-ctrl/rv_gui.git .cd rv_gui
bun installcd ./rv_gui/gui
bun installbun run build - build server files
bun run build:web - build webview
bun run build:dev - build everything
bun run dev - watch everything
bun run watch - watch server files
bun run watch:web - watch webviewπ Structure
Last updated