Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 431 Bytes

readme.md

File metadata and controls

25 lines (14 loc) · 431 Bytes

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