[READ-ONLY] 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
nextjs
0

Configure Feed

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

One-Calendar / postcss.config.mjs
92 B 7 lines
1const config = { 2 plugins: { 3 '@tailwindcss/postcss': {}, 4 }, 5} 6 7export default config