A calendar for Polkadot Fellowship members based on their on-chain state. The calendar is provided as ICAL calendar. The calendar will show the following type of events:
- Salary registration: The period in which the member should register for a salary in the current cycle.
- Salary claim: The period in which the member can claim their salary in the current cycle.
- Offboarding/Demotion approaching: One month before the member could be demoted/offboarded. So, the member is able to apply for retention.
You can use the following url to subscribe to the calendar:
webcal://fellowship-calendar.kchr.de/?account=13fvj4bNfrTo8oW6U8525soRp6vhjAFLum6XBdtqq9yP22E7
account=
needs to be changed to be changed to YOUR account. If the account is not part of the fellowship, it will fail.
First install dependencies:
pnpm install
Building:
pnpm build
Updating metadata:
pnpm update-metadata
Running a dev server:
vercel dev