move the gulpfile in the cms folder instead of the app - add readme for module and cms
# Corpus module
This README describes how to configure this Drupal module in order to add it to your Drupal project.
## Prerequisites
You will need the following things properly installed on your computer.
* A Drupal project
## Installation
* Place this module into the modules/ folder of your Drupal project.
### Configuration
You can setting up the module by changing the following variable in the corpus.module file:
* define('CORPUS_URL', 'corpus'); - The url to access to your module
* define('CORPUS_APP', 'app-client'); - The name of the folder the module look into to find the ember app to embed
* define('MODULE_NAME', 'corpus'); - The name of the module. It must match the name of the module folder.