You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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