cms/app-client/README.md
changeset 339 766af1228b05
parent 319 78990a8a069b
child 537 d2e6ee099125
equal deleted inserted replaced
338:4a3899b6a7ed 339:766af1228b05
     5 
     5 
     6 ## Prerequisites
     6 ## Prerequisites
     7 
     7 
     8 You will need the following things properly installed on your computer.
     8 You will need the following things properly installed on your computer.
     9 
     9 
    10 * [Git](http://git-scm.com/)
       
    11 * [Node.js](http://nodejs.org/) (with NPM)
    10 * [Node.js](http://nodejs.org/) (with NPM)
    12 * [Bower](http://bower.io/)
       
    13 * [Ember CLI](http://www.ember-cli.com/)
       
    14 * [PhantomJS](http://phantomjs.org/)
    11 * [PhantomJS](http://phantomjs.org/)
    15 
    12 
    16 ## Installation
    13 ## Installation
    17 
    14 
    18 * `git clone <repository-url>` this repository
       
    19 * change into the new directory
       
    20 * `npm install`
    15 * `npm install`
    21 * `bower install`
    16 * `bower install`
    22 
    17 
    23 ## Running / Development
    18 ## Running / Development
    24 
    19