Gopress will enable you to build exciting and modern presentations using impress.js by doing the thing that feels the most natural to us developers: coding.
Creating the content is as natural as writing markdown files, building a presentable version of your presentation is done by using a CLI.
Since everything is stored in code, you can even use version control to manage your presentations!
An example workflow looks like this:
Start by creating a directory for your presentations: mkdir -p my-awesome-slides && cd my-awsome-slides.
Create your first presentation: gopress create gopress-101.
Start writing your content using GitHub-Flavored markdown: echo '# GoPress\n## ...simply\n## ...works' > 00_intro.md.
Build your presentation and open it in your default browser: gopress present.