Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

metaltoad/hackathon-purpleparrot-classroom

 
 

Legend of the Hidden Classroom

Metal Toad Hackathon

Amazon Chime SDK Classroom Demo

Installation

Prerequisites

To deploy the classroom demo you will need:

  • Node 10 or higher
  • npm 6.11 or higher

And install aws and sam command line tools:

First deploy the stack:

script/deploy.js -r <region> -a <app name> -s <unique stack name> -b <unique bucket name>

At the end of the script you will see a URL to a download page. Save this link. To run the application locally in Electron run:

yarn dev

Before pushing your commit, ensure that the application works okay in production mode.

yarn cross-env DEBUG_PROD=true yarn start

Troubleshooting

I get "The application ... can't be opened" when opening the app

The default zipping tool on MacOS Catalina may incorrectly unzip the package. Download an alternative (such as "The Unarchiver"), and unzip the package by right clicking and selecting "Open as". You may also need to adjust your security & privacy settings if you get an "unidentified developer" message.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 54.9%
  • CSS 22.1%
  • JavaScript 21.7%
  • Other 1.3%