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

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: 5 months ago
JSON representation

Play the drums on your keyboard | https://js-drum-kit.sethbergman.pro

Awesome Lists containing this project

README

          

# JavaScript Drum Kit

> Play the drums on your keyboard

[![Build Status](https://travis-ci.org/sethbergman/JavaScript-Drum-Kit.svg?branch=master)](https://travis-ci.org/sethbergman/JavaScript-Drum-Kit)

[![Greenkeeper badge](https://badges.greenkeeper.io/sethbergman/JavaScript-Drum-Kit.svg)](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!