/jigsaw-site

Jigsaw Documentation Site

Primary LanguageHTML

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