Set up the environment

Before start

First of all we assume that you already have installed:

If not there are thousands of tutorial out there for this 😉.

You don't remember if you already installed these tools? ok just go to terminal and execute npm -v , node -v and git --version you will see the versions if are already installed.

Install Gatsby

First, we need to install gatsby cli, and cannot be easier than just execute in terminal:

$ npm install -g gatsby-cli

After a couple of seconds with a progress bar you finally see the magic words:

...
added 297 packages from 174 contributors in 10.042s

we are now ready to go 😊