Skip to content

upayanmazumder-DevLabs/bbn.music

 
 

Repository files navigation

The logo of BBN One

bbn.music

The BBN Website.

External Contributions

We welcome external contributions! Please feel free to open a pull request.

Setup

  1. Install Bun

    • Follow the instructions on the Bun website to install Bun for your platform.
  2. Install dependencies:

    bun install
  3. Start the development server:

    bun run dev
  4. 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!

About

The BBN Main Page

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 66.5%
  • TypeScript 32.8%
  • Other 0.7%