/presentations

Slides for the ScrumForDevelopers training

Primary LanguageJavaScript

codecentric scrum for developers presentation

View presentation online: http://scrum-for-developers.github.io/presentations/

For local test and development

It usually works, if you just open the index.html. Some presentations need a running http server. The most simple thing to do is to serve the directory with python:

  • With Python2: python -m SimpleHTTPServer
  • With Python3: python -m http.server