Product Owner: Adam Park | Part of the Where's Religion project, funded by the Henry Luce Foundation and developed through Open Source with SLU.
Where's Religion? is a collaborative platform designed for diverse users with interests in sharing media and notes about their respective encounters with "religion" in everyday places.
Find the mobile app repository here
# Clone and install
git clone https://github.com/oss-slu/lrda_website.git
cd lrda_website
pnpm install
# Set up environment files
pnpm setup
# Start everything (API + frontend)
pnpm devOpen http://localhost:3000 - the full stack is running!
New Contributors: See our detailed Contributing Guide for more options and troubleshooting.
This is a monorepo with the following packages:
packages/api/- Hono REST API (Node.js + PostgreSQL) on AWS Lightsailpackages/web/- TanStack Start application on Cloudflare Workers