- We strictly do not accept low-effort PRs for this project. Any such PRs will result in deducted points.
- Do not attempt to claim issues labeled as blocked. These issues are not ready for work, and claiming them will lead to unnecessary delays.
Before you begin, ensure you have the following installed:
- Git
- Node.js (recommended version 18.x or later)
- npm (Node Package Manager)
- A GitHub account
- Navigate to the project repository on GitHub
- Click the "Fork" button in the top-right corner of the page
- This creates a copy of the repository in your GitHub account
- Choose your personal account as the destination for the fork
# Replace <your-username> with your GitHub username
git clone https://github.com/<your-username>/student-hub.git
# Navigate to the project directory
cd student-hub# Install required npm packages
npm installnpm run dev- Open http://localhost:3000 with your browser to see the result
- You can start editing the page by modifying
app/page.tsx - The page auto-updates as you edit the file
- This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.
- If you like this project, please consider starring the repository!