/hype-beats

Trap-lord 9000 enhanced with real-time collaboration

Primary LanguageJavaScript

Hype Beats

This is a fork of hooks-drum-machine by Ken Wheeler, implemented with GraphQL subscriptions so you can collaborate on your next fire solo album.

Click here to view the demo.

To deploy this app - Amplify Console

  1. Clone the repo

  2. Visit the Amplify console & click GET STARTED under the Deploy section

  3. Connect your GitHub account

  4. Choose the repository & branch

  5. Click Save, then Save & Deploy

To deploy this app - AWS Amplify CLI

  1. Clone the repo

  2. Initialize the project

amplify init

amplify push
  1. Start the app
npm start