luisjg / metaphor-api

Metaphor Documentation

Home Page:https://csun-metalab.github.io/metaphor-api/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Metaphor Website

Metaphor Documentation

Development Dependencies

Make sure you meet the following dependencies and install them in the following order.

Optional Installation

$ npm install

Serving the Site

Once you have the dependencies installed, simply issue one of the following commands in your terminal, note that in both cases the --pretty=false flag is given to avoid Jigsaw's default behavior:

...to serve the application with the built-in PHP server:

$ jigsaw build --pretty=false
$ jigsaw serve

...to avoid typing the commands above over and over, simply type the following commands:

$ jigsaw build --pretty=false
$ gulp watch

The added benefit of this method is that your changes are re-compiled on save.

Note: If the config file is updated or you're not seeing your changes, killing gulp and re-running $ jigsaw build --pretty=false and $ gulp watch fixes this issue.

About

Metaphor Documentation

https://csun-metalab.github.io/metaphor-api/


Languages

Language:HTML 98.3%Language:Hack 1.1%Language:JavaScript 0.5%Language:PHP 0.2%