This resource is a React and TypeScript-based radio system for qbox using Mantine v7. It allows players to connect to radio channels, adjust volume, and manage settings through an clean and simplistic UI. The project uses the GPL v3 license.
This resource is built to work for the qbox framework. You can make it work with any framework if you do some changes to the backend.
- Install the repository into your resources
- Install dependencies using
pnpm i
. - If you want to edit the resource, run
pnpm dev
to start development mode. - If you do not need to edit, you can use the pre-built files that come with the repository.
Use pnpm dev
to run the development server and watch files during development.
If you need to rebuild, run pnpm build
.
This project is licensed under the GPL v3 license. Please ensure that you give credit and include this license in any distributions.