Skip to content

Latest commit

 

History

History
55 lines (39 loc) · 916 Bytes

File metadata and controls

55 lines (39 loc) · 916 Bytes

localndr

Experimental local-first calendar

Roadmap

  • Pages
    • Day
    • Individual Event
    • Week
    • Month
  • CRUD calendar events
  • Export Single Calendar to ICS file
  • Import single calendar from ICS file
  • Multiple calendar support
  • Export one or more calendars to ICS file

Technical Stack

Setup

Start the backend services using Docker Compose:

pnpm backend:up

Start the write path server:

pnpm run write-server

Start the dev server:

pnpm dev

When done, stop the backend services:

pnpm backend:down

Current State

Application Screenshot