Skip to content

shafreeck/slides

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slides

Slides is a Slide Sync solution based on remarkjs and mqtt

  • Remarkjs renders markdown to slide presentations
  • MQTT A pub/sub message protocol, slides use the public test.mosquitto.org now
  • You can make slides use your private mqtt brokers

screencast

Demo

Editing

  • Use slides-preview in atom to make it easy to edit and preview your markdown

Building

npm install
npm run build

The generated files will locate at dist/, Publish it to your web servers.

Play your markdown

It is simple to show your markdown as slide presentations

  1. Copy the markdown file to dist/slides
  2. Edit dist/slides.json, Add the path of your markdown file

Development

npm run dev

Start a local web server which based on webpack-dev-server

About

share and synchronize your slides

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages