This page will detail the steps you take to get the app onto your machine and how to open in a browser
npm install -g gatsby
git clone
the repocd
to the project you have just clonednpm install
within the project directory, this installs the necessary Node packagesgatsby develop
— Gatsby will start a hot-reloading development server accessible at localhost:8000To make changes and see your own page with articles, please see How-to-Run
This page will detail the steps you take to get the app onto your machine and how to open in a browser
npm install -g gatsby
git clone
the repocd
to the project you have just clonednpm install
within the project directory, this installs the necessary Node packagesgatsby develop
— Gatsby will start a hot-reloading development server accessible at localhost:8000To make changes and see your own page with articles, please see How-to-Run