From c71fac109c6811125a5e6feae4415ddd57048dbf Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Thu, 21 Jan 2016 14:15:10 -0300 Subject: [PATCH] Add readme --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+), 0 deletions(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3fb7294 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# Angular Theme + +The Noosfero theme that uses the API to create a totally new client-side frontend. + +## Getting started + +### How to Install +1. Install [Node.js](https://nodejs.org/) and [npm](https://www.npmjs.com/) +2. Install [Bower](http://bower.io/): `npm install -g bower` +3. Install Node.js dependencies: `npm install` +4. Install bower dependencies: `bower install` +5. Build the project: `gulp build` + +### How to Use + +Just set the profile theme to `angular-theme`. -- libgit2 0.21.2