- 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
-
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.