npm install --force
gatsby develop
Your site is now running at http://localhost:8000.
You can also find graphql here: http://localhost:8000/___graphql.
Create a production build and serve ti locally.
gatsby build && gatsby serve
View the production site locally
gatsby serve
Your site is now running at http://localhost:9000.
...
npm run deploy