
follow the instructions here to get started.
Make sure you have latest version of Node and NPM installed.
npm install --global gatsby-cli
git clone https://github.com/YOUR_USERNAME/GitMe
cd GitMe
npm install
gatsby develop
gatsby build
Source: saimanoj75/First-Commit