An open API service indexing awesome lists of open source software.

https://github.com/tighten/jigsaw-site

Jigsaw Documentation Site
https://github.com/tighten/jigsaw-site

docs documentation jigsaw php

Last synced: about 1 year ago
JSON representation

Jigsaw Documentation Site

Awesome Lists containing this project

README

          

![](source/assets/img/jigsaw-hero.png)

# Jigsaw Site and Docs

## Basic Setup

1. Install npm dependencies:

`$ npm install`

1. Install composer dependencies:

`$ composer install`

1. Build the site:

`$ npm run dev`

1. To preview at `http://localhost:3000`:

`$ php -S localhost:3000 -t build_local`

> **Pro Tip:** You can watch for asset changes and recompile automatically by running:
>
> `$ npm run watch`