One Calendar is a privacy-first calendar web app built with Next.js. It has modern security features, including e2ee, password-protected sharing, and self-destructing share links ๐Ÿ“… calendar.xyehr.cn
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: add command in package.json

authored by

Evan Huang and committed by
GitHub
12bad6b5 c55603a0

+2 -1
+2 -1
package.json
··· 5 5 "packageManager": "bun@1.3.8", 6 6 "scripts": { 7 7 "dev": "next dev", 8 - "build": "next build", 8 + "build": "bun run generate:locales && next build", 9 9 "start": "next start", 10 + "generate:locales": "bun lib/gen-locales.mjs", 10 11 "generate:oauth-metadata": "bun lib/gen-oauth-metadata.mjs" 11 12 }, 12 13 "dependencies": {