Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 892 Bytes

README.md

File metadata and controls

52 lines (32 loc) · 892 Bytes

SpeakerChat

Real-time event comment platform with markdown support


Features

  • Built with GraphQL, AWS AppSync & AWS Amplify
  • GraphQL subscriptions for real-time comments
  • Markdown support for rich comments
  • Local & optimistic cached updates

Deploy this app (2 options)

One-click Deploy to the Amplify Console

amplifybutton

Deploy using the Amplify CLI

  1. Clone the repo
git clone https://github.com/dabit3/speakerchat.git

cd speakerchat
  1. Initialize the Amplify project
amplify init
  1. Deploy the back end
amplify push
  • Do you want to generate code for your newly created GraphQL API? N
  1. Launch the app
npm start