Skip to content

phpbali-org/phpbali-org.github.io

Repository files navigation

PHPBali Site

This is a PHPBali site build with Jigsaw by Tighten.

How to run?

  1. Clone repository.
  2. Install dependencies.
npm install
composer install
  1. Run command below in each terminal.
npm run dev
vendor/bin/jigsaw serve

Hard things

It takes many hours how to display data from remote collections in Jigsaw. Then, how to show each data from remote collections in a page. Thankfully, this GitHub issue: Remote collections won't save the file in the correct folder. give me a hint how to solve it.