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
- Host: GitHub
- URL: https://github.com/tighten/jigsaw-site
- Owner: tighten
- Created: 2016-03-14T15:35:39.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2024-05-03T15:02:46.000Z (about 2 years ago)
- Last Synced: 2025-04-02T23:35:30.203Z (about 1 year ago)
- Topics: docs, documentation, jigsaw, php
- Language: Blade
- Homepage: https://jigsaw.tighten.co
- Size: 8.34 MB
- Stars: 31
- Watchers: 11
- Forks: 31
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README

# 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`