
jigsaw
List of commands for jigsaw:
-
jigsaw:tldr:06c92 jigsaw: Preview the site from the "build_local" directory.$ jigsaw servetry on your machineexplain this command
-
jigsaw:tldr:7cd14 jigsaw: Preview the site from the "build_production" directory.$ jigsaw serve ${build_production}try on your machineexplain this command
-
jigsaw:tldr:d7ee7 jigsaw: Build the site for development.$ jigsaw buildtry on your machineexplain this command
-
jigsaw:tldr:e26c2 jigsaw: Initialize a project.$ jigsaw inittry on your machineexplain this command
-
jigsaw:tldr:e937b jigsaw: Initialize a project using a starter template.$ jigsaw init ${template_name}try on your machineexplain this command
-
jigsaw:tldr:f3435 jigsaw: Build the site for production.$ jigsaw build productiontry on your machineexplain this command