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
- Host: GitHub
- URL: https://github.com/c-ehrlich/drum-machine
- Owner: c-ehrlich
- Created: 2021-11-19T18:21:48.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-14T17:43:15.000Z (over 4 years ago)
- Last Synced: 2024-10-05T14:42:25.661Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://c-ehrlich.github.io/drum-machine/
- Size: 5.96 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FCC3000 - Drum Machine & Sequencer
Live Demo: https://c-ehrlich.github.io/drum-machine/

## 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/).