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

https://github.com/c-ehrlich/drum-machine

Drum Machine made in React
https://github.com/c-ehrlich/drum-machine

Last synced: 8 months ago
JSON representation

Drum Machine made in React

Awesome Lists containing this project

README

          

# FCC3000 - Drum Machine & Sequencer

Live Demo: https://c-ehrlich.github.io/drum-machine/

Screenshot 2021-12-03 at 20 49 35

## Instructions

### Running locally
```
npm install
npm run
```

### Deploying to GitHub Pages
Add a homepage field to your package.json:

`"homepage": "https://.github.io/drum-machine",`

Install gh-pages:

`npm i --save gh-pages`

Deploy the site:

`npm run deploy`

More information in the [Create React App docs](https://create-react-app.dev/docs/deployment/).