jeff-matthews / gatsby-doc-shell

A doc site shell built using Gatsby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A doc site shell built using Gatsby

License:MIT License


Languages

Language:JavaScript 85.0%Language:CSS 15.0%