Custom APPs

circle-exclamation
file-archive
1MB
unzip and install like any other resource
chevron-rightStartup orderhashtag
## Make sure to start ox_lib and your framework first.
ensure ox_lib
ensure your_framework

ensure av_laptop
ensure av_apps
## your custom app(s):
ensure app_template
chevron-rightRestart Orderhashtag
## When testing in game you probably will need to restart your custom app
## To do this you will need to restart the scripts in the following order:
ensure av_laptop
ensure av_apps
ensure your_custom_app
chevron-rightOther Infohashtag
# Plase DON'T try to register a custom APP using av_laptop files
# You need to create your own resource folder and register the app from there,
# that's why a template exists so u can copy/paste and add all the apps u want
  • Navigate to app_template/ui folder using your terminal.

  • Run command yarn to install dependencies.

  • Once all dependencies are fully loaded run yarn dev to start the project.

  • To build just run command yarn build or yarn build --w

triangle-exclamation

Last updated