PeacIn is an application to manage the integrative project at ECAM for 1st bachelor students.
- Node.js 0.12.1 or later
- MongoDB 2.4.9 or later
- Bower 1.4.0 or later
- Grunt 0.1.13 or later
- Clone the repository
git clone https://github.com/ECAM-Brussels/PeacIn.git - Get into the directory
cd PeacIn - Install packages
npm install - Build the application
NODE_ENV=development grunt build - Launch the application
NODE_ENV=production grunt
