Getting Started
Installation
Requirements
FiveM Server
OneSync Enabled (recommended)
Standard Installation
Download the latest release from our GitHub repository
Extract the
b2-sleeknotify
folder to your server's resources directoryAdd the following to your
server.cfg
:ensure b2-sleeknotify
Restart your server
Development Installation
Clone the repository:
git clone https://github.com/B2DevUK/b2-sleeknotify.git
Navigate to the UI directory:
cd b2-sleeknotify/ui
Install dependencies:
npm install
Build the UI:
npm run build
Ensure the resource in your
server.cfg
Verifying Installation
Run the test command in-game to verify the installation:
/testnotif
You should see a test notification appear on your screen.
Last updated