Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 419 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 419 Bytes

2Cal

2Cal lets you quickly type out complex calendar events using natural language. Works with Google Calendar, Outlook, Apple Calendar, and other apps that support the ICS format.

2cal.mp4

Development

Install pnpm:

npm install -g pnpm

Install dependencies:

pnpm install

Run the dev server:

pnpm run dev