An in-depth analysis of the teachings of Warith Deen Mohammed spanning 33 years, extracted from his books, writings, poems, and more than 1,500 sermons and lectures from 1975 to 2008.
- Framework: Next.js 15 (App Router)
- Language: TypeScript
- Styling: Tailwind CSS
- Deployment: Vercel (recommended)
# Install dependencies
bun install
# Run development server
bun dev
# Build for production
bun run build
# Start production server
bun startOpen http://localhost:3000 to view the site.
├── public/assets/
│ ├── fonts/ # Avenir font family
│ ├── images/ # Book covers and mockups
│ └── videos/ # Educational video content
├── src/
│ └── app/ # Next.js App Router pages
└── package.json
All rights reserved.