metis/README.md

16 lines
824 B
Markdown
Raw Permalink Normal View History

2022-03-05 23:19:02 +01:00
# Calendar of all calendars: Metis
2021-11-15 01:34:24 +01:00
2022-03-05 23:19:02 +01:00
This is a meta-calendar where you can declare multiple calendars and aggregate them from multiple trusted sources.
2021-11-15 01:34:24 +01:00
2022-03-05 23:19:02 +01:00
[![Build Status](https://drone.rz.ens.wtf/api/badges/Klub-RZ/metis/status.svg)](https://drone.rz.ens.wtf/Klub-RZ/metis)
## Instructions
This project has only a frontend and use reverse proxies to handle multiple calendar sources and avoid CORS issues, only `npm` or similar is required, then run `npm run dev` to run the development server.
**Warning** : You have to run `npm start` once first.
## Deployment
You only need to run `npm run build` to produce a production bundle you can serve statically, but, do not forget reverse proxies rules, take for example: <https://git.rz.ens.wtf/Klub-RZ/infrastructure/src/branch/master/machines/public-cof/nginx.nix#L3-L14>.