Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 716 Bytes

contributionGuide.md

File metadata and controls

20 lines (14 loc) · 716 Bytes

Contributing to this Project

Here's a quick guide on how to contribute to this Project

  • Fork the repository to your personal repo
  • Clone it by using the command git clone https://github.com/username/cvgen.git

Note that you replace the username with your github username where you forked the repo.

  • cd cvgen - To change the directory.
  • npm install - To install the dependencies.
  • npm run dev - To start the application.

You can access it on https://localhost:3000

Pushing and Making PR

  • After you have made your contribution, you push back to the repo using

    • git push -u origin master
  • After this you send a Pull request from your repo to the upstream repo.

Happy Hacking (* _ *)