Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jmaupetit/buzzr

:rotating_light: A game pad & keyboard controlled buzzer
https://github.com/jmaupetit/buzzr

Last synced: 14 days ago
JSON representation

:rotating_light: A game pad & keyboard controlled buzzer

Awesome Lists containing this project

README

        

# Buzzr

This application is a dead simple buzzer but controllable with a GamePad or the space key of your keyboard.

## Getting started

Install project dependencies:

```
$ yarn install
```

And start the development server:

```
$ yarn start
```

## Run the test suite

```
$ yarn test
```

## Deploy the application

Build the application for production and deploy it to GitHub pages:

```
$ yarn deploy
```

## License

This project is licensed under the MIT license (see [LICENSE](./LICENSE) file).

---

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).