npm install --global yarn
npm install
Run the make
command from terminal to start the
gatsby dev server at http://localhost:8000
This make command is defined in the Makefile, and
is an alias to run the command gatsby develop
make
npm run develop
npm run build
npm run deploy