A collection of personal HTML widgets built with Svelte and compiled to static HTML for embedding across note-taking applications. Each widget is accessible via its own URL route and hosted on GitHub Pages.
Displays the relative time between a specified time and the current time (e.g., "2 hours ago", "in 3 days").
Live Demo: https://gunt3001.github.io/widgets/relative-time
Shows the week number of the current season of the year (Winter, Spring, Summer, Fall).
Live Demo: https://gunt3001.github.io/widgets/seasons
Install dependencies:
pnpm install
Start the development server:
pnpm dev
To create a production build:
pnpm build
The static files will be generated in the build directory.
Preview the production build:
pnpm preview
This project is configured for static site generation and is deployed to GitHub Pages. The built files are served from the build directory.
To deploy:
pnpm buildPersonal project - all rights reserved.