A starter template for building static websites with Tailwind, Vue and Jigsaw.
Start by cloning the project then running the following commands:
For installing Jigsaw with its dependencies.composer install
For installing the required frontend libraries.
npm install .
npm run watch
for development.npm run production
for production../vendor/bin/jigsaw build
for building the pages.