Skip to content

Commit

Permalink
Merge pull request #15 from marvin-wtt/prettier
Browse files Browse the repository at this point in the history
Apply prettier
  • Loading branch information
marvin-wtt committed Mar 20, 2024
2 parents 74e7323 + cc188a7 commit c911d44
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
BuzzMaster is a user-friendly application for hosting quiz shows with physical input devices, such as PlayStation buzzers.

## Key Features

- **Buzzer Questions**: Participants compete to be the first to press the red buzzer and answer the question.
- **Quiz Questions**: Participants select one of four options within a given time frame.
- **Stopwatch Mode**: Tracks the time taken for each participant to press the red button.
Expand All @@ -19,32 +20,39 @@ This is because obtaining a certificate for code signing can be prohibitively ex

Playstation 2 Buzz devices are recognised as a malfunctioning USB-hub instead of a HID-Device on windows.
Follow these steps to update the driver manually:

1. Open the device-manager
2. Right-click the USB-Hub and select `update-driver`
3. Select `Search for driver software on the computer`
4. Select `Select from a list of device drivers on the computer`
5.From the list, select the entry `USB Input Device` or `USB HID Device`
5.From the list, select the entry `USB Input Device` or `USB HID Device`

## Development

```sh
git clode https://github.com/marvin-wtt/BuzzMaster
cd buzzmaster
npm install
```

Run in development mode:

```sh
npm run dev
```

Build executable for production:

```sh
npm run build
```

## Contributing

Contributions are welcome! Feel free to submit pull requests with new features, bug fixes, or improvements.

## License

Please refer to the [LICENCE](LICENCE) file for licensing information.

## Credits
Expand Down

0 comments on commit c911d44

Please sign in to comment.