AllCal.WebApp
v1.14.0
Published
The web application for the AllCal product.
Downloads
4
Readme
To run the project run the following commands:
Install node.js Install nvm
source dependencies.sh; installGeneralDependencies
source dependencies.sh; setEnvironmentVariables
source dependencies.sh; build
gulp test
To make the release build please use the commands in dependencies.sh->buildrelease
OBS: make sure you have node, and that you have installed bower and gulp globally.