This is the development monorepo for deckthis, a tool for building presentations with plain HTML files.
| Package | Description |
|---|---|
deckthis |
CLI + dev server — the published npm package |
deckthis-core |
Browser runtime (SlideDeck) — bundled into deckthis, not published separately |
pnpm install
# Build browser runtime (required before first run or after editing core)
pnpm build:core
# Run all tests
pnpm test