Link Search Menu Expand Document

Getting started

Fork and clone the GitHub repository:

If you need to make lots of changes to the repository, you can fork the repository to make and propose multiple changes at once.

Fork button on the top right of a GitHub repository

The fork will be created in your account, you can clone it to your local machine and cd into it:

git clone https://github.com/<your account>/genicsblog.com.git
cd genicsblog.com

Once you make your changes, you can follow this contribution guide to make a Pull Request. It is helpful to read this article as well.