A question paper hub web application built with React, TypeScript, and Tailwind CSS.
🔗 Live Site: qpaperhub.vercel.app
Make sure you have Node.js & npm installed, then:
# Clone the repository
git clone <YOUR_GIT_URL>
# Navigate into the project
cd <YOUR_PROJECT_NAME>
# Install dependencies
npm install
# Start the development server
npm run devGitHub — Navigate to any file, click the pencil icon, make your changes, and commit.
GitHub Codespaces — Open the repo, click Code → Codespaces → New codespace, and edit directly in the browser.
This project is deployed on Vercel. Any push to the main branch triggers a new deployment automatically.
To deploy via Lovable, open the project and go to Share → Publish.
To connect a custom domain, go to Project → Settings → Domains → Connect Domain.
More info: Setting up a custom domain