Commit c71fac109c6811125a5e6feae4415ddd57048dbf

Authored by Victor Costa
1 parent 48e185f9
Exists in master and in 1 other branch dev-fixes

Add readme

Showing 1 changed file with 16 additions and 0 deletions   Show diff stats
README.md 0 → 100644
... ... @@ -0,0 +1,16 @@
  1 +# Angular Theme
  2 +
  3 +The Noosfero theme that uses the API to create a totally new client-side frontend.
  4 +
  5 +## Getting started
  6 +
  7 +### How to Install
  8 +1. Install [Node.js](https://nodejs.org/) and [npm](https://www.npmjs.com/)
  9 +2. Install [Bower](http://bower.io/): `npm install -g bower`
  10 +3. Install Node.js dependencies: `npm install`
  11 +4. Install bower dependencies: `bower install`
  12 +5. Build the project: `gulp build`
  13 +
  14 +### How to Use
  15 +
  16 +Just set the profile theme to `angular-theme`.
... ...