Move to a specific folder, then
git clone https://github.com/fh-crac/prototype.git
After checkout, execute the following steps
npm install
bower install
to install third party libraries and development environment.
Run
gulp serve
to boot up a local server
To build assets and application for deployment, run
gulp build