Angharad 3.0 web client application
This repository has been archived because this source code has moved to its mother project
npm, gulp and bower are required to test or build the application
Create a file src/app/config.js
with your own parameters. You can use src/app/config.js.sample
if you want an example.
To test or check your modifications on the application in you local machine, run the following commands:
$ npm install && bower install
$ gulp serve
Build the application with gulp:
$ npm install && bower install
$ gulp build
Then copy the files in the dist
folder to your webserver Documentroot.