2019-06-25 09:50:55 +01:00
|
|
|
# jigsaw
|
|
|
|
|
|
|
|
> A Laravel-based static site builder for PHP.
|
|
|
|
> More information: <https://jigsaw.tighten.co>.
|
|
|
|
|
|
|
|
- Initialise a project:
|
|
|
|
|
|
|
|
`jigsaw init`
|
|
|
|
|
2019-06-25 12:15:00 +01:00
|
|
|
- Initialise a project using a starter template:
|
2019-06-25 09:50:55 +01:00
|
|
|
|
2019-06-25 12:15:00 +01:00
|
|
|
`jigsaw init {{template_name}}`
|
2019-06-25 09:50:55 +01:00
|
|
|
|
|
|
|
- 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}}`
|