Rendering slides locally
For faster turn-around you may want to render the slides locally. First install:
> yarn global add sass @marpteam/marp-cli
Then do
> sass --watch themes:themes
and
> marp -w --theme themes/sirenia.css README.md
and open the generated README.html file in a browser.