diff --git a/README.md b/README.md index 3a4a8a3..13e9477 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,26 @@ +# GitFolio + ### about.me + medium but for every github User -Gitfolio will help you up and running with a portfolio website where you could showcase your work + a blog that will help you spread your ideas in real world. - +Gitfolio will help get started with a portfolio website where you could showcase your work + a blog that will help you spread your ideas into real world. # Getting Started -### Fork this repo +### Fork this repository + +Get yourself a copy of this repository by forking it as "your username.github.io" so you could customize it. + +### Let's build + +1. Clone the repository you just forked using ``git clone`` or just simply download it. + +2. Now ``cd`` into the repository you just cloned and run the below command + +``` +$ npm i +``` + +This will install all the dependencies you will need to build your website. ## License