Your number one webpanel for QB Core on FiveM Servers.
Get it from Tebex!
For running the resource you must at least be an active subscriber to the resource "Unlimited-Webpanel". Without you will miss the *.lua files needed running the resource.
Make sure to install the npm packages from both package.json with npm install
inside the respective folder.
- Build your html folder by running
npm run build
from the html-folder - Build your fivem server script by running
npm run build
from the main package.json - Replace the files inside the keymaster resource (downloaded) with your new builds
You can run the resource on the server and develop the frontend by running npm run dev
. The frontend will then connect to the running server. Without a server on the local machine, the frontent development wont work, as the UI needs the server to authenticate users or fetching data.
Make your changes to the source, build it and copy it from the resource folder into your running resource (server). Restart the server (no resource restart!).