This provides a proof of concept for the Comunitats.CAT site. It's hosted on Github and uses a scheduled Github Action to fetch, parse and store all new Meetup events in calendarEntries.json
.
To add new Meetup groups, just create a new entry in meetups.json
. In the next scheduled CI execution the app will be populated with their events automatically!
If needed install globally parcel with:
yarn global add parcel-bundler`
Start dev server with:
yarn start
yarn build