Development
Development Guide
Project Structure
b2-sleeknotify/
βββ client/
β βββ main.lua
β βββ config.lua
βββ server/
β βββ main.lua
βββ ui/
β βββ src/
β β βββ components/
β β β βββ NotificationSystem.jsx
β β βββ App.jsx
β β βββ main.jsx
β βββ public/
β βββ package.json
β βββ vite.config.js
β βββ tailwind.config.js
βββ fxmanifest.luaDevelopment Environment Setup
Prerequisites
Initial Setup
Development Server
Building for Production
UI Development
Tech Stack
Key Components
Styling Guide
NUI Communication
Building Custom Styles
Production Build Process
Best Practices
Common Issues and Solutions
Last updated