Display the website
After you publish the content and media items, you can view the recipe website and explore how all the pieces fit together. When you click Read more on the Home page, the related recipe is displayed.

Tip
To ensure the log output does not block the code editor window, you can open a separate terminal window.
To display the website:
-
In Visual Studio Code, navigate to the root of the repository folder and run the command
npm run dev
.
This starts the application and opens it in your default browser. Alternatively, you can navigate to http://localhost:3000
to open the recipe website.