Getting Started with Jigsaw

Getting started with Jigsaw has been a breeze. Tighten has made a easy to use static site generator that uses the blade templates that we already know an love.

Per the documentation website website:

  • PHP 7
  • Composer
  • Node.js
  1. Create a project directory
mkdir my-site

  1. Install Jigsaw using Composer
cd my-site
composer require tightenco/jigsaw

  1. Run the init command
./vendor/bin/jigsaw init

  1. Run the dev script to build the site
npm install
npm run dev

Then off you go!