Modern Dev is a student-run engineering lab where students build web and mobile projects to learn, collaborate, and ship real software.
Modern Dev is an open, student-first community focused on practical learning and collaboration. We mentor one another, build small teams around projects, and maintain an accessible codebase for students to learn from and contribute to.
Key points:
- Student-focused: mentorship + hands-on experience
- Open-source: contributions welcome from students and mentors
- Modern stack: Next.js, React, Tailwind/PostCSS
- Install dependencies
npm install
- Run the development server
npm run dev
Open http://localhost:3000 in your browser. Edit app/page.tsx
or components in components/
and the site will hot-reload.
We keep detailed contribution instructions in CONTRIBUTING.md
. For most contributions follow:
- Fork the repo → create a branch → make your change → open a PR.
See: CONTRIBUTING.md
app/
— Next.js routes and pagescomponents/
— React components used across the sitepublic/
— static assets (images, fonts, video)
Be kind and respectful. See CODE_OF_CONDUCT.md
for details.
MIT — see LICENSE