Getting Started
Installation
Requirements
FiveM Server
OneSync Enabled (recommended)
Standard Installation
Download the latest release from our GitHub repository
Extract the
b2-sleeknotifyfolder to your server's resources directoryAdd the following to your
server.cfg:ensure b2-sleeknotifyRestart your server
Development Installation
Clone the repository:
git clone https://github.com/B2DevUK/b2-sleeknotify.gitNavigate to the UI directory:
cd b2-sleeknotify/uiInstall dependencies:
npm installBuild the UI:
npm run buildEnsure the resource in your
server.cfg
Verifying Installation
Run the test command in-game to verify the installation:
/testnotifYou should see a test notification appear on your screen.
Last updated