Skip to content

Latest commit

 

History

History
79 lines (43 loc) · 1.71 KB

README.md

File metadata and controls

79 lines (43 loc) · 1.71 KB

Society Dashboard

Db Schema

Employee List

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.

Features:

  • Society overview
  • Dynamic role creation
  • Dynamic salary and percentage based payment
  • Simple buy/sell stock management
  • Employee list
  • Outfits
  • Dynamic role permissions
  • Logs

Note: This repository does not include server-side or core gameplay logic, which is maintained in a separate repository.

Built With

  • React

  • Mantine

  • Jotai

  • Tabler-Icons

Installation

  1. Clone the repo

  2. Install NPM packages

npm install
  1. Run the project locally
npm run start