Skip to content
This repository was archived by the owner on Jul 14, 2025. It is now read-only.

User calendar development tips

Antoine Nguyen edited this page Oct 13, 2017 · 1 revision

Check out the feature/user_calendar of this repository first.

Launch Radicale (2+)

Check tutorial.

Make the frontend app available in dev mode

Run the following commands from repository's root:

> cd frontend
> npm install
> npm run dev
Clone this wiki locally