DISC Workshop Series Website
Welcome to the documentation for the DISC Fall 2024 Workshop Series Website. This documentation will help you understand, use, and contribute to the workshop series platform.
What is the Workshop Series Website?
The DISC Workshop Series Website is a Next.js-based platform designed to host and manage content for the Develop & Innovate for Social Change workshop series. It provides:
- Workshop content and materials
- Responsive design for all devices
Tech Stack
The website is built using modern web technologies:
- Next.js: React framework for production
- TypeScript: Type-safe JavaScript
- Tailwind CSS: Utility-first CSS framework
- MDX: Markdown for content with JSX
- Vercel: Hosting and deployment platform
Project Structure Overview
The project follows a modular structure:
.
├── app/ # Next.js app directory
├── components/ # Reusable components
├── contents/ # MDX content files
├── lib/ # Utilities
└── styles/ # Global styles