...

/

Building and Deploying the Project

Building and Deploying the Project

Learn how to generate production builds of our project, ready for deployment.

Building the project

Now that we’re done with the local development of our project, it’s time to build it. Building Gatsby projects is as easy as running one line of command: gatsby build. This generates production-ready folders and files that can be hosted on our favorite hosting provider to make our site ...