Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 692 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 692 Bytes

TwilioQuest Slideshow Slides Server

This repository accompanies the twilioquest-slideshow extension. The extension uses the IFrameOverlay component to display pages on a locally running web server.

This is a small Next.js server application bootstrapped with create-next-app.

This server should be run from a terminal while the slideshow extension is being played with the command:

npm run dev

Any kind of local or remotely hosted server that can be opened by an iFrame could be used instead of this demo application.