A resilient, user-centric music management platform.
See the full project specification in docs/whtnxt-nextspec.md.
/app - The main Electron application
/service - The helper service for P2P signaling
/docs - The project specification -> to be moved to a isolated repo for use in Obsidian
/scripts - Scripts for project initialization and development
./scripts/dev-init.sh- Initializes the dev environment and installs dependencies via nvm and npm./scripts/start-app.sh- Starts the Electron app./scripts/start-service.sh- Starts the helper service (not yet implemented)./scripts/build-app.sh- Builds the Electron app (not yet configured)