From 1be40fa9b271049f28c619759424eb386f3e1de2 Mon Sep 17 00:00:00 2001 From: Kresna Satya Date: Wed, 21 Aug 2024 22:30:22 +0800 Subject: [PATCH] update README --- README.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c46626..9fb4647 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,24 @@ # PHPBali Site -This is a [PHPBali site](https://phpbali.org) build with [Jigsaw by Tighten](https://jigsaw.tighten.com). \ No newline at end of file +This is a [PHPBali site](https://phpbali.org) build with [Jigsaw by Tighten](https://jigsaw.tighten.com). + +## How to run? + +1. Clone repository. +2. Install dependencies. + +```bash +npm install +composer install +``` + +3. Run command below in each terminal. + +```bash +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.](https://github.com/tighten/jigsaw/issues/340) give me a hint how to solve it. \ No newline at end of file