Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/humbleui/humble-deck
https://github.com/humbleui/humble-deck
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/humbleui/humble-deck
- Owner: HumbleUI
- Created: 2022-09-12T16:14:50.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-14T15:45:48.000Z (5 months ago)
- Last Synced: 2024-06-14T17:19:31.550Z (5 months ago)
- Language: Clojure
- Size: 10.1 MB
- Stars: 25
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Presentation Software built with [Humble UI](https://github.com/HumbleUI/HumbleUI)
![](./extras/screenshot.png)
Features:
- Write slides in Clojure
- Text, section, list, image
- Slide groups for slight variations
- PNG, JPG, SVG, GIF, WEBP
- Speaker view with current clock, time spent and time left
- Grid view and slider for quick navigation# Running
```sh
clj -M -m humble-deck.main
```# Developing
Starting Socket REPL server:
```sh
clj -M:dev -m user
```