Gatsby.js is Internet Scale

Forget complicated deploys with databases and servers and their expensive, time-consuming setup costs, maintenance, and scaling fears. Gatsby.js builds your site as “static” files which can be deployed easily on dozens of services.


$ gatsby --help
Usage: gatsby <command> [options]

Commands:
  gatsby develop                   Start development server. Watches files, rebuilds, and hot reloads if something changes
  gatsby build                     Build a Gatsby project.
  gatsby serve                     Serve previously built Gatsby site.
  gatsby info                      Get environment information for debugging and issue reporting
  gatsby clean                     Wipe the local gatsby environment including built assets and cache
  gatsby repl                      Get a node repl with context of Gatsby environment, see (https://www.gatsbyjs.org/docs/gatsby-repl/)
  gatsby recipes [recipe]          [EXPERIMENTAL] Run a recipe
  gatsby new [rootPath] [starter]  Create new Gatsby project.
  gatsby plugin                    Useful commands relating to Gatsby plugins
  gatsby telemetry                 Enable or disable Gatsby anonymous analytics collection.

Options:
  --verbose                Turn on verbose output                                                                                                                              [boolean] [default: false]
  --no-color, --no-colors  Turn off the color in output                                                                                                                        [boolean] [default: false]
  --json                   Turn on the JSON logger                                                                                                                             [boolean] [default: false]
  -h, --help               Show help                                                                                                                                                            [boolean]
  -v, --version            Show the version of the Gatsby CLI and the Gatsby package in the current project    

Comments