Skip to content
 
 

Repository files navigation

Melbourne

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.

Building and Running Locally

You will need Node and pnpm.

Install dependencies:

pnpm install

Start the local development server:

pnpm dev --host 127.0.0.1

Build the production bundle:

pnpm build

Preview the production build locally:

pnpm preview

Run formatting:

pnpm format

Check formatting without changing files:

pnpm format:check

Run type checking:

pnpm typecheck

Run linting:

pnpm lint

Run unit and component tests:

pnpm test

Run end-to-end browser tests:

pnpm test:e2e

About

Scoreboard image generator

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages