Skip to content

rickwest/jigsaw-site

 
 

Repository files navigation

Jigsaw Site and Docs

Basic Setup

  1. Install npm dependencies:

    $ npm install

  2. Install composer dependencies:

    $ composer install

  3. Build the site:

    $ npm run dev

  4. To preview at https://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

About

Jigsaw Documentation Site

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 86.3%
  • Blade 6.0%
  • Less 2.8%
  • JavaScript 2.3%
  • Vue 1.2%
  • PHP 1.1%
  • Hack 0.3%