A personal dashboard featuring a recipe calendar and real-time train departures.
This is a diary of recipes I have cooked, with description/image/recipe url/tags. It uses cloudflare KV for storage and R2 for images.
Sometimes I make something really good and want to remember it, this is the place for that.
Uses the PTV API to show live departure times for Melbourne's public transport, optimized for Kindle e-ink displays.
I want to know when the next train is coming without having to pull out my phone and open up an app, so I keep this dashboard open on my kindle.
This is a monorepo managed with pnpm:
packages/frontend: The main SolidJS dashboard application.packages/ui: A shared UI library using UnoCSS for styling.
- Install dependencies:
pnpm install
- Run the development server:
pnpm dev