© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2021
N. BiswasAdvanced Gatsby Projectshttps://doi.org/10.1007/978-1-4842-6640-3_6

6. Setting up the Recipe Site

Nabendu Biswas1  
(1)
Bangalore, India
 

In this chapter, we are going to perform the initial setup for our recipe website. The setup will be mainly done on Firebase website and will also involve setting up the database.

Getting Started

Let’s go ahead and create a new site by entering gatsby new recipes-homemade in the terminal. Next, let’s change the directory and perform gatsby develop to run our Gatsby site locally. The following commands should be used:
cd recipes-homemade
gatsby develop
Now, if we go to http://localhost:8000/ our site will show the Gatsby ...

Get Advanced Gatsby Projects: Create Two Advanced Sites Using Technologies that Compliment Gatsby now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.