install Gatsby CLI - more info
npm install -g gatsby-clior
yarn global add gatsby-cliinstall dependencies:
npm installor
yarn installstart the development server:
gatsby developAt the project root, compile your application for deployment:
gatsby buildClean the cache to fix certain errors - run the clean command before starting the dev server:
gatsby cleanAt the project root, serve the production build of your site:
gatsby serve