uclaacm / website

The official (award-winning) website for ACM at UCLA, the largest tech community on campus!
https://acm.cs.ucla.edu
Mozilla Public License 2.0
18 stars 20 forks source link

Modularize General Meeting page #686

Closed g1oom closed 4 months ago

g1oom commented 4 months ago

Overview

Resolves #671 by creating a dynamic general meeting page gm.js in the /pages/ directory. This page populates the website with data retrieved from gmData.json, which is generated by the script gm-generator.mjs in the /scripts/ directory. The generator script runs before the build process to fetch data from this spreadsheet. For testing, access the page at localhost:3000/gm through the development server.

Changes

pages/gm.js (NEW)

scripts/gm-generator.mjs (NEW)

package.json

.gitignore:

netlify.toml

lint.yml

node-build.yml

Possible Changes