According to the reveal.js setup instructions, for some of the features to be available (like external Markdown and speaker notes), presentations need to run from a local web server.
However, if I follow the instructions there is no way to specify what presentation to start and all I get is a presentation containing two slides saying "Slide 1" and "Slide 2". When looking in the section above, it seems like it is the presentation "index.html" in the reveal.js repository that is presented, i.e. not the presentation I want to present.
How do I run my presentation from a local web server without copying or moving the contents of the reveal.js folder into the folder where my presentation is located and without copying, moving or renaming the presentation?