Melbourne is a program that generates scoreboard images for online music song competitions. As a former online competition host, I have found that creating scoreboard images when presenting results is a rather time-consuming activity and repetitive activity. Melbourne was consequently born out of a desire to mostly automate this process and make it easier for me to host competitions.
Install dependencies:
pnpm installStart the local development server:
pnpm dev --host 127.0.0.1Build the production bundle:
pnpm buildPreview the production build locally:
pnpm previewRun formatting:
pnpm formatCheck formatting without changing files:
pnpm format:checkRun type checking:
pnpm typecheckRun linting:
pnpm lintRun unit and component tests:
pnpm testRun end-to-end browser tests:
pnpm test:e2e