Skip to content

A web application to create sessions for Ignite Presentations. You can upload PDF's and play the presentations, auto-advancing.

License

Notifications You must be signed in to change notification settings

jacobduijzer/IgniteSlideExpress

Repository files navigation

.NET

Ignite Slide Express

Ignite Slide Express is intended to be used for Ignite talks: talks where you have a maximum of 20 slides, and 5 minutes. The slides will auto-advance, no time to stop. It is used for conferences like the DevOpsDays.

With Ignite Slide Express, you can create talks, upload PDF's and start the presentations.

Getting started

Run the project as a docker container:

docker run -it --rm -p 3000:8080 jacobduijzer/igniteslideexpress:latest

If you want to use another duration for the presentation, you can use an environmental variable when running the docker image. For example, the next command will run with a duration of 1 minute:

docker run -it --rm -p 3000:8080 jacobduijzer/igniteslideexpress:latest -e "DurationInMinutes=1"

Open a browser and go to http://localhost:3000 to open the application.

Sources

About

A web application to create sessions for Ignite Presentations. You can upload PDF's and play the presentations, auto-advancing.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published