Forrest logo
back to context overview

gatsby

List of commands for gatsby:

  • gatsby:tldr:49189 gatsby: Perform a production build and generate static HTML.
    $ gatsby build
    try on your machine
    explain this command
  • gatsby:tldr:5a3c5 gatsby: Create a new site with a Gatsby 'starter'.
    $ gatsby new ${site_name} ${url_of_starter_github_repo}
    try on your machine
    explain this command
  • gatsby:tldr:76381 gatsby: Create a new site.
    $ gatsby new ${site_name}
    try on your machine
    explain this command
  • gatsby:tldr:8fa9b gatsby: Start a live-reloading local development server.
    $ gatsby develop
    try on your machine
    explain this command
  • gatsby:tldr:b33b8 gatsby: Start a local server which serves the production build.
    $ gatsby serve
    try on your machine
    explain this command
back to context overview