The BBN Website.
We welcome external contributions! Please feel free to open a pull request.
-
Install Bun
- Follow the instructions on the Bun website to install Bun for your platform.
-
Install dependencies:
bun install
-
Start the development server:
bun run dev
-
Set API overrides to use the production server: Open your browser console and run:
localStorage.setItem('OVERRIDE_BASE_URL', 'https://bbn.music/'); localStorage.setItem('OVERRIDE_WS_URL', 'wss://bbn.music/ws');
If you have any questions or issues, please open an issue or reach out via PR!
