Julien Calixte 570f605ac7 fix: restore forced install phase for linux native bindings
supportedArchitectures alone is not sufficient; force reinstall is
needed to fetch the correct linux binding at build time.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-15 00:59:39 +01:00
2023-02-20 22:40:34 +01:00
2026-03-15 00:57:38 +01:00
2023-02-20 22:40:34 +01:00
2023-03-13 17:51:00 +01:00
2023-02-20 22:40:34 +01:00
2023-02-20 22:40:34 +01:00
2023-02-20 22:40:34 +01:00

miniminu - the milestone reminder

A minimal countdown timer app. Set a target date and watch the time remaining displayed in years, months, days, hours, minutes, and seconds.

Features

  • Countdown to any target date
  • Optional project title (shown as page title)
  • Shareable URL — state is stored in query params (?project=...&target=...)
  • Responsive: form controls are hidden on small screens, visible on 600px+

Usage

Open the app in a browser. On a wide enough screen, fill in the Title and Target date fields, then click copy url to share a link with the countdown pre-configured.

URL params:

  • project — display name / page title
  • target — target date in YYYY-MM-DD format

Development

pnpm install
pnpm dev

Build

pnpm build
pnpm preview

Tech stack

Description
No description provided
Readme 104 KiB
Languages
TypeScript 43.6%
Vue 39.3%
CSS 14.2%
HTML 2.9%