1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/jigsaw.md
2022-06-27 07:23:12 -03:00

28 lines
507 B
Markdown

# jigsaw
> A Laravel-based static site builder for PHP.
> More information: <https://jigsaw.tighten.co>.
- Initialize a project:
`jigsaw init`
- Initialize a project using a starter template:
`jigsaw init {{template_name}}`
- Build the site for development:
`jigsaw build`
- Preview the site from the "build_local" directory:
`jigsaw serve`
- Build the site for production:
`jigsaw build production`
- Preview the site from the "build_production" directory:
`jigsaw serve {{build_production}}`