H-Interactions is a utility system created to provide a NUI based Interaction system, created for servers that want to utilise such system for interactions and NPC Dialogs.
H-Interactions was codded with LUA, and the UI part is made with (Vue 3 and TailwindCSS)
You will need NPM and Node installed on your device after that go into the web folder and run
npm i
This will download all the nesecarry modules to start modifying the UI
After that you can run
npm run dev
To start modifying the UI code