Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 473 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 473 Bytes

Welcome To The Trackversal Project's Main Site.

Official Trackversal Site

  1. Install the Gatsby CLI.

    npm install -g gatsby-cli
  2. Start the site in develop mode.

    Start the site in develop mode and make changes as per your requirement

    gatsby develop
  3. Deploy

    Just build and deploy the public directory to a service that serves HTML pages.

    gatsby build