Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 472 Bytes

README.adoc

File metadata and controls

12 lines (9 loc) · 472 Bytes

Slide template for Code-Troopers

Basic slide templates for talk given by Code-Troopers

Setup

Fork this project, then run git clone --recursive to fetch submodules.

Docker run

If you’ve got a Docker engine available you can build and serve your slides with the provided Dockerfile. docker build . will prepare the image docker run -d -v $(pwd):/documents/ -p 9000:9000 -p 35729:35729 [containerId] will run a webserver on port 9000, with livereload enabled