Skip to content
Valentin Vago edited this page Mar 26, 2017 · 4 revisions

Setup

You will need node.js (version 4 or 6, with npm 3 would do) and then

git clone https://github.com/zeropaper/visual-fiha.git
cd visual-fiha
git checkout dev # assuming you want the possibly very broken version
npm i

Development server

Will rebuild and reload page as well as running karma tests automatically.

npm run run:dev

Test authoriting

In order to speed up karma tests, you can use the KARMA_PATTERN environment variable like this:

KARMA_PATTERN=**/region-view-spec.js npm run run:dev

Build

npm run build

Key concepts

If you have some uh-oh or mmmh moments while reading the documentation or the code, you might want to read the Ampersand.js documentation.

Architecture

Clone this wiki locally