Welcome to Resume Maker, a user-friendly application for creating your professional resumes.
Before getting started, ensure you have Node.js and npm installed on your system.
To install and run the project, follow these steps:
-
Fork the Repository: Click the "Fork" button at the top right of the GitHub repository to create your fork. This will create a copy of the repository under your GitHub account.
-
Clone the repository to your local machine:
git clone https://github.com/yourusername/ResumeMaker.git cd ResumeMaker -
Install project dependencies. Use the
--legacy-peer-depsflag to bypass potential peer dependency warnings:npm install --legacy-peer-deps
-
Start the development server:
npm start
The project should now be up and running. Access it at http://localhost:3000 in your web browser.
We welcome contributions from the community! If you'd like to contribute to the project, please follow these guidelines:
- Create a separate branch for each feature or issue you're working on. Name your branches descriptively and concisely.
- Only start working on an issue when you are assigned to it. This helps prevent multiple contributors from working on the same issue at the same time.
-
Make a pull request as soon as you are assigned to as issue, this pull request will be used to track your progress on the issue by commits.
-
Be sure to link the issue in your pull request description using the
#symbol followed by the issue number. For example,#1links to issue #1. -
Use meaningful commit messages to clearly describe your changes and contributions. Refer to the Commit Message Guidelines
- To maintain active collaboration, contributors are expected to have at least one commit to the PR every 30 minutes that indicates progress or an update.
- Maintainers may reach out to contributors if there are no recent updates on an issue.
- If the update is unsatisfactory or if there is no response, the issue may be reassigned to another contributor.
We appreciate your interest in contributing to our project, and we look forward to collaborating with you!
Happy coding!
By - Saksham Alok