
gatsby
List of commands for gatsby:
-
gatsby:tldr:49189 gatsby: Perform a production build and generate static HTML.$ gatsby buildtry on your machineexplain 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 machineexplain this command
-
gatsby:tldr:76381 gatsby: Create a new site.$ gatsby new ${site_name}try on your machineexplain this command
-
gatsby:tldr:8fa9b gatsby: Start a live-reloading local development server.$ gatsby developtry on your machineexplain this command
-
gatsby:tldr:b33b8 gatsby: Start a local server which serves the production build.$ gatsby servetry on your machineexplain this command