https://github.com/sethbergman/javascript-drum-kit
Play the drums on your keyboard | https://js-drum-kit.sethbergman.pro
https://github.com/sethbergman/javascript-drum-kit
12-factor desktop-application dokku drum-kit express javascript nodejs
Last synced: about 2 months ago
JSON representation
Play the drums on your keyboard | https://js-drum-kit.sethbergman.pro
- Host: GitHub
- URL: https://github.com/sethbergman/javascript-drum-kit
- Owner: sethbergman
- License: mit
- Created: 2018-07-01T10:46:55.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-05-17T07:15:28.000Z (about 6 years ago)
- Last Synced: 2025-05-16T12:14:24.456Z (about 1 year ago)
- Topics: 12-factor, desktop-application, dokku, drum-kit, express, javascript, nodejs
- Language: HTML
- Homepage:
- Size: 1.63 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JavaScript Drum Kit
> Play the drums on your keyboard
[](https://travis-ci.org/sethbergman/JavaScript-Drum-Kit)
[](https://greenkeeper.io/)
### Clone the repository
```bash
# clone and change directory
git clone https://github.com/sethbergman/JavaScript-Drum-Kit.git && cd JavaScript-Drum-Kit
```
### Install dependencies
```bash
npm i
# or use yarn
yarn
```
### Start the application
```bash
npm start
# or
yarn start
```
### Jam out :smiley:
Navigate to [localhost:5000](http://localhost:5000) and have fun!