The main calendar widget has a conditional filter for AI events that triggers in specific URLs, see src/js/main.js. There is also a dedicated Upcoming Events that automatically filters AI events, src/js/upcoming.js.
make build: Runs webpack to compile to the local directorymake dev: Runs webpack-dev-server, serves page in a browser, auto-reloadsmake stage: Runs webpack, uses the staging url for resource linksmake prod: Runs webpack, uses the production url for resource linksmake eslint: Runs eslintmake test: Runs eslint and mocha testsmake clean: rm's node_modules