# slides presentations on atproto ## stack - [sveltekit](https://kit.svelte.dev) - frontend - [atcute](https://github.com/mary-ext/atcute) - atproto client + oauth - [cloudflare pages](https://pages.cloudflare.com) - hosting ## lexicons - `tech.waow.slides.deck` - presentation metadata + ordered slide refs - `tech.waow.slides.slide` - individual slide content - `tech.waow.slides.preferences` - user preferences (self record) ## dev ```bash bun install bun run dev ``` ## deploy ```bash just deploy ```