Development mode
During development mode we run on two terminals the following commands:
yarn run develop:componentsyarn run develop:gatsby
The first will restart the development server (through nodemon) upon file changes and the second will start it.
Build mode
During build the server runs the following commands:
yarnyarn run build:gatsbyyarn run build:components
The first will build the components and from that the second will build the pages.