Skip to content
forked from janbuecker/presla

remarkjs based presentation framework written in golang

License

Notifications You must be signed in to change notification settings

timhughes/presla

 
 

Repository files navigation

Build Status

Presla

Presla (Presentation Lambda) is an application that runs on your computer. It creates a local webserver that is equipped with remarkjs, allowing you to create your own presentations in markdown.

Additionaly, it is configured so it can execute Code examples directly from within your presentation, using ace editor and code executors written in JS. Everything can be completely customized.

Introduction video

Getting Started

Prerequisites

You'll need a x64 based Mac, Linux or Windows System and a Web Browser. Preferably Google Chrome.

Installing

Download the file matching your operating system here. In detail, you can choose as following:

  • presla-x.x.x-linux-amd64 for Linux
  • presla-x.x.x-darwin-amd64 for Mac
  • presla-x.x.x-windows-amd64.exe for Windows

Save it in any directory. Give it executables permissions, chmod +x <file> on Linux/Mac.

Execute the file via console. Although double clicking is fine, this will close all log output when finished.

Access Presla via http://localhost:8080.

At this point you'll only see the included info presentation, since you yet need to create your presentations.

Further documentation

More extensive documentation can be found at presla.io

About

remarkjs based presentation framework written in golang

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 65.6%
  • JavaScript 22.4%
  • CSS 5.8%
  • Makefile 3.6%
  • HTML 1.6%
  • Shell 1.0%