Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.19 KB

File metadata and controls

35 lines (27 loc) · 1.19 KB
title Overview
description What wlumsa.org provides and how the platform is structured

wlumsa.org is the official website for the Wilfrid Laurier University Muslim Students Association. It serves students, community members, and administrators with content, resources, and event information.

This documentation is intentionally high level. It explains the shape of the system and where to find things, without exposing sensitive details.

Primary capabilities

  • Prayer timings and Jummah information
  • Events, registrations, and forms
  • Blog content with categories and search
  • Resources and services
  • Halal food directory (restaurants and grocery stores)
  • Media recordings and announcements
  • Newsletter subscriptions and email workflows

Core systems

  • Public website built with Next.js App Router
  • Content management via Payload CMS
  • PostgreSQL database (Supabase)
  • S3-compatible storage (Supabase)
  • Email delivery (Resend)
  • Payments (Stripe, optional)

Where to start

  • wlumsa.org/README.md for setup and environment context
  • wlumsa.org/src/payload.config.ts for CMS collections and integrations
  • wlumsa.org/src/app/ for application routes and pages