Skip to content

Latest commit

 

History

History
55 lines (34 loc) · 1.34 KB

README.md

File metadata and controls

55 lines (34 loc) · 1.34 KB

jamulus-web (Jamulus Explorer)

VueJS front end to display Jamulus servers and participants, available at https://explorer.jamulus.io

It was originally available at http://jamulus.softins.co.uk, but is no longer at that address.

Uses servers.php from jamulus-php as a back-end to fetch the information from the servers.

Accepts the following query params:

  • directory=<directoryserver> - query specified server only
  • central=<directoryserver> - same, for backward compatibility
  • auto - enable auto-refresh (every 15 seconds)
  • hideempty - hide empty servers, i.e. only show servers with musicians connected.

For example: https://explorer.jamulus.io/?directory=worldjam.vip&auto


Note that this project now uses VueJS 3, with Vite as the build tool. Vite requires nodejs version 18+ on the dev system.

Recommended IDE Setup

VSCode + Volar (and disable Vetur).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint