technomada / core-slides

A simple way to share a static image slide presentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Core Slides

Create and share a simple static image slide presentation.

A core series application.

How to use:

$ sudo docker run -d --restart=always --name=slides --env MASTER_KEY="mk.21iqp" -p 3000:3000 -v /path/to/slides:/usr/src/app/slides technomada/basic-slides 

Visit

https://localhost:3000
LeftArrow  = back
RightArrow = forward

Explainer

Share the link to viewers. Slide changes remain in sync between all viewers.

Notes

Provide a list of image files in a folder mapped to /usr/src/app/slides

Slides are shown according to the file name alpha sort.

About

A simple way to share a static image slide presentation

License:MIT License


Languages

Language:JavaScript 87.5%Language:HTML 10.3%Language:Dockerfile 2.2%