-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0d22918
commit 1be40fa
Showing
1 changed file
with
22 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,24 @@ | ||
# PHPBali Site | ||
|
||
This is a [PHPBali site](https://phpbali.org) build with [Jigsaw by Tighten](https://jigsaw.tighten.com). | ||
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. |