/gatsby-doc-shell

A doc site shell built using Gatsby

Primary LanguageJavaScriptMIT LicenseMIT

Gatsby Doc Site project

A documentation site template built on top of Gatsby.

Production site

Technologies used:

To build the site in macOS:

  1. Install the Yarn package.

    brew install yarn
    
  2. Install the project dependencies.

    yarn install
    
  3. Build and run the site.

    yarn develop
    
  4. View the site in a browser: http://localhost:8000/

  5. Press Ctrl+C in the serve terminal to stop the server.