Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reimertz/lagom
🖼 simplistic presentation generator
https://github.com/reimertz/lagom
Last synced: 16 days ago
JSON representation
🖼 simplistic presentation generator
- Host: GitHub
- URL: https://github.com/reimertz/lagom
- Owner: reimertz
- License: mit
- Created: 2016-09-24T21:00:58.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T21:00:47.000Z (almost 2 years ago)
- Last Synced: 2024-10-13T23:37:20.481Z (29 days ago)
- Language: JavaScript
- Homepage: https://lagom.re.im
- Size: 1.36 MB
- Stars: 199
- Watchers: 11
- Forks: 19
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
simplistic presentation generator---
**Ease:** `lagom create` and you have created a folder with a presentation in it.
**Simplicity:** one ``, 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 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.- https://reimertz.github.io/lagom/
- http://lagom.hook.io/?c=vPRgE## todo
- tests (!)
- iterate on the scss backend