From 2dd53a0aa1d0ac9c2546bbb26a12906491e7c59d Mon Sep 17 00:00:00 2001 From: Lior Kesos Date: Tue, 18 Jun 2013 18:22:52 +0300 Subject: [PATCH] Update README.md Added a bit more information --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fd60c46b4d..ed5ca8d82e 100644 --- a/README.md +++ b/README.md @@ -1 +1,10 @@ -This is a framework that provides a nice starting point for Mongo, Angular, Epress and Node based projects and is the starting point for web apps in out company. +This is a framework that provides a nice starting point for Mongo, Angular, Epress and Node based projects. +It is designed to be a starting point for the development of MEAN based web apps. + +== Install == +In the root directory run +npm install +to get all of the required node modules needed by MEAN. + +== Modules == +Mean is built in a modular fashion and will provide a larger eco-system implemented as node modules.