Skip to content

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