Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 489 Bytes

File metadata and controls

15 lines (10 loc) · 489 Bytes

#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:

  1. Clone this repo
  2. Install Node.js
  3. Run npm install
  4. Run npm run build
  5. 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.