Skip to content

reimertz/lagom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

243d93a ยท May 20, 2020

History

73 Commits
Jan 16, 2017
Jan 16, 2017
Sep 30, 2016
Oct 12, 2016
Sep 30, 2016
Oct 2, 2019
May 19, 2020
Nov 4, 2016
Sep 30, 2016
Jan 25, 2018
Jan 11, 2017
Oct 21, 2016
Jan 16, 2017
Nov 4, 2016
Oct 12, 2016

Repository files navigation

Yarn

simplistic presentation generator

Build Status NPM version Join gitter channel


Ease: lagom create and you have created a folder with a presentation in it.

Simplicity: one <section>, one slide.

Maintainable: lagom server boots up your presentation in the browser. it comes with livereloading for easy edits.

Magic: lagom deploy will inline all the content of the presentation into one single file, deploy it freely and anonymously on github and finally generate a short url.

Features

  • 0 online dependencies: no more OMG!! moments because of bad wifi
  • live-reloading server
  • Presentation mode: just press p to initiate presentation mode
  • Speaker notes
  • Synced Aspect ratio
  • Synced mouse pointer
  • Mirrored highlighting

install lagom

yarn global add lagom # much faster
# or
npm install lagom -g --production

usage

$ lagom
lagom create              create a new presentation
lagom server              start live-reloading server
lagom deploy <filename>   deploy presentation to a gist
lagom help                show this help

example presentations

These is a list of example presentations, please PR this readme if you'd like to add presentation you created.

todo

  • tests (!)
  • iterate on the scss backend