No description
Find a file
Filip Kin 79929add4d
All checks were successful
deploy / build-and-deploy (push) Successful in 1m1s
Feature graphic: 8-bit 24-bit RGB PNG
2026-06-02 00:30:33 -04:00
.forgejo/workflows Build a Play AAB with CI-injected versionCode alongside the sideload APK 2026-06-01 22:30:52 -04:00
app Setup: allow granting sleep access anytime; defer the fill until the download finishes 2026-06-02 00:22:18 -04:00
ci Build a Play AAB with CI-injected versionCode alongside the sideload APK 2026-06-01 22:30:52 -04:00
docs Feature graphic: 8-bit 24-bit RGB PNG 2026-06-02 00:30:33 -04:00
server Delete data or account screen: bulk-delete a date range + delete account; serve /delete-data page; move deletion out of Settings list 2026-06-02 00:12:33 -04:00
wear Sign Android release with EAS-managed upload key (BuildKit secrets), drop committed debug keystore 2026-06-01 22:07:58 -04:00
.dockerignore Serve web app + API from one origin; landing page 2026-05-29 01:41:47 -04:00
.gitignore Serve web app + API from one origin; landing page 2026-05-29 01:41:47 -04:00
bun.lock Gate the app on an expired session (re-sign-in + export), fix mobile export to share the real file via expo-sharing 2026-06-01 21:02:14 -04:00
Dockerfile Add curl + HEALTHCHECK to server image (Coolify health check) 2026-05-29 02:39:00 -04:00
Dockerfile.android Build a Play AAB with CI-injected versionCode alongside the sideload APK 2026-06-01 22:30:52 -04:00
package.json Phase 2: Bun monorepo + E2EE app auth (crypto, real tRPC, Signal-style UX) 2026-05-29 00:57:25 -04:00
README.md initial commit 2024-10-14 22:00:44 +13:00

rightnow

To install dependencies:

bun install

To run:

bun run src/index.ts

This project was created using bun init in bun v1.1.29. Bun is a fast all-in-one JavaScript runtime.