Skip to content

oggetto-scripts/esx-admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESXAdmin is a script (currently in pre-alpha) to manage your FiveM server that uses the ESX framework

Build Instructions

  1. Navigate to the HTML directory:
cd html
  1. Install dependencies using PNPM: Make sure you have PNPM installed on your system. If not, install it first.
pnpm install
  1. Build the project: After dependencies are installed, run the following command to build the project:
pnpm build