jcalcaben / gatsby-doc-site

A documentation site built on top of Gatsby
MIT License
0 stars 0 forks source link

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.