#loutechcal
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.
To generate the site:
- Clone this repo
- Install Node.js
- Run
npm install
- Run
npm run build
- The "dest" folder contains the generated site. You can upload this to a server somewhere.
Steps 4-6 are meant to be run as a cron job.