-
Notifications
You must be signed in to change notification settings - Fork 5
Development
Valentin Vago edited this page Mar 26, 2017
·
4 revisions
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
Will rebuild and reload page as well as running karma tests automatically.
npm run run:dev
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
npm run build
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.
Feature idea? Feedback? Questions? Let's chat!