This repository contains the complete user interface (UI) source code for a FiveM dashboard society managment resource. The UI code is designed to interact with the FiveM resource's backend via defined APIs and locally for development purposes.
- Society overview
- Dynamic role creation
- Dynamic salary and percentage based payment
- Simple buy/sell stock management
- Employee list
- Hire
- Fire
- Promote
- Bonus
- Statistics
- CSV export (See Moozdzn/dashboard-routes)
- Outfits
- Dynamic role permissions
- Logs
Note: This repository does not include server-side or core gameplay logic, which is maintained in a separate repository.
-
Clone the repo
-
Install NPM packages
npm install
- Run the project locally
npm run start