Official Trackversal Site
-
Install the Gatsby CLI.
npm install -g gatsby-cli
-
Start the site in
develop
mode.Start the site in develop mode and make changes as per your requirement
gatsby develop
-
Deploy
Just build and deploy the
public
directory to a service that serves HTML pages.gatsby build