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