System Grab Bag

View all TLDR pages from common (or from all pages)

gatsby

Static site generator for React. More information: https://gatsbyjs.org.
  • Create a new site:
    gatsby new {{site_name}}
  • Create a new site with a Gatsby 'starter':
    gatsby new {{site_name}} {{url_of_starter_github_repo}}
  • Start a live-reloading local development server:
    gatsby develop
  • Perform a production build and generate static HTML:
    gatsby build
  • Start a local server which serves the production build:
    gatsby serve

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.