Hacktoberfest is back this year!
Hacktoberfest is an annual month-long celebration of open source organised every year by DIgital Ocean. Every participant who follows their set of rules and get 4 Pull Requests (PRs) merged will receive swags. For the past years, learners have been hacking throughout October in the open-source community, and this 8th year you can avail yourself the opportunity to partake and contribute to this ever-growing platform.
Every Pull Request goes through a "Maturing Period" of two weeks, so do be patient during that duration and to make the most of your time, AVOID SPAMMY PRs!!
For More related FAQs visit here
- Clone the Project
git clone https://github.com/rnrathod16/ResumeBuilder.git
- Change the directory to ResumeBuilder
cd ResumeBuilder
- Open Terminal and write below command to install code dependency for Frontend
npm install
- Then write this 2 commands to install code dependency for Backend
cd backend
npm install
- Create config.env file under backend and write DB = < your temperory database >
touch config.env
-
Create an issue under Issue section and maintainer will assign you the issue
-
And start working on the project
-
Make sure you Pull request under Master Branch
Happy Hacking 💻