Skip to content

Simple server for sharing markdown written slides from a base directory

License

Notifications You must be signed in to change notification settings

repomaa/slide_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SlideServer

Simple server that allows sharing slides in given directory tree written in markdown

Installation and Usage

From source

$~> git clone https://github.com/jreinert/slide_server
$~> cd slide_server
$~> shards build --production --release
$~> bin/slide_server path/to/slide/root

From binary

Using Docker

$~> docker run -p 3000:3000 -v /path/to/slide/root:/slides jreinert/slide_server

Contributing

  1. Fork it (https://github.com/jreinert/slides/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

  • jreinert Joakim Reinert - creator, maintainer

About

Simple server for sharing markdown written slides from a base directory

Resources

License

Stars

Watchers

Forks

Packages

No packages published