- Install Dependencies
npm install- Start the dev server
npm run devThe site will be available at http://localhost:5173
- Build the project
npm run build- Preview the production build
npm run previewTo make sure contributions stay structured and collaborative, please follow this process:
Before making any changes, raise an Issue in the repository describing:
- What you want to change / improve
- Why you think this change is needed
- How you plan to implement it (approach or solution)
- Screenshots / references (if applicable)
- Wait for the issue to be reviewed and assigned to you.
- This helps us avoid duplicate work across global contributors.
- Create your own fork and start working on the assigned issue.
Once done, raise a PR clearly mentioning:
- The issue number
- Summary of changes made
- Before / After screenshots (if UI-related)
Our team will review and merge accordingly.