Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 617 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 617 Bytes

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