Software to generate a consolidated directory and calendar of technology user groups and meetups.
This generates a static site, so the generation is meant to be run as a cron job to keep the site up-to-date. The site is built with the unfold static site generator.
To generate the site:
- Clone this repo
- Install Node.js
- Run
npm install
- Run
npm run build
- After the site is built, you can run it in your browser by opening
index.html
located in/dest/
Removing a group and meetup
- Edit the data/groups.json file to remove the group.
- Remove the stale ical file in the
./ics
directory. - Rebuild the site.