A package with the required files for the it-services views.
This package require knowledge of the following technologies, technics and modules:
- Javascript
- CSS
- HTML
- Bootstrap
- Node.js
- Grunt and Grunt tasks (see
Gruntfile.js
for details) - Bower
- SSH
- Git
This project is distributed under a GNU General Public License v3 - Take a look at the COPYING file for details.
Install Git if it's not already installed on your computer. Then run (this will download this project to the folder the shell has open):
$ git clone https://github.com/hiof/feedback-form.git
Install io.js (or Node.js) if it's not already installed on your computer. Then run (this will install the project dependencies):
$ sudo npm install -g grunt-cli
$ npm install
$ bower install
$ grunt build
: Compiles and builds the feedback-form package
- Rename secret-template.json to secret.json and add your credentials.
- Deploy and test your code on the staging server
$ grunt deploy-staging2
- Deploy to production
$ grunt deploy-prod2
v1.0.0 - Initial feedback form release