Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jmaupetit/buzzr
- Owner: jmaupetit
- License: mit
- Created: 2019-01-07T22:53:30.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-06T22:50:28.000Z (8 months ago)
- Last Synced: 2024-11-01T13:23:31.600Z (2 months ago)
- Language: JavaScript
- Homepage: https://jmaupetit.github.io/buzzr
- Size: 823 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).