Thank you for your interest in contributing to Jobsco! We welcome all contributions, whether it's bug fixes, new features, improvements, or documentation enhancements.
- Visit the Jobsco repository.
- Click the "Fork" button in the top-right corner to create a copy of the repository in your GitHub account.
Once you have forked the repository, clone your fork to your local machine:
git clone https://github.com/<your-user-name>/Jobsco.git
cd Jobsco
Add a reference to the original repository:
git remote add upstream https://github.com/Suv05/Jobsco.git
Add a reference to your forked repo:
git remote add origin https://github.com/<your_user_name>/Jobsco.git
git pull upstream master
Create a new branch for your contribution. Branch names should reflect the purpose of the branch, such as fix-bug-issue-123
or feature-add-ai-resume-check
git checkout -b your-branch-name
Ensure all dependencies are installed by running:
npm install
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=Your_Key
CLERK_SECRET_KEY=Your_Key
MONGODB_URI=Your_Key
NEXT_PUBLIC_STRIPI_PUBLIC_KEY=Your_Key
STRIPE_SECREATE_KEY=Your_Key
NEXT_PUBLIC_STRIPE_BASIC_LINK=Your_Key
NEXT_PUBLIC_STRIPE_PRO_LINK=Your_Key
NEXT_PUBLIC_STRIPE_ENTERPRISE_LINK=Your_Key
GEMINI_API_KEY=Your_Key
npm run dev