github.com/jancarloviray/community@v0.41.1-0.20170124221257-33a66c87cf2f/app/README.md (about)

     1  # Documize
     2  
     3  This README outlines the details of collaborating on this Ember application.
     4  A short introduction of this app could easily go here.
     5  
     6  ## Prerequisites
     7  
     8  You will need the following things properly installed on your computer.
     9  
    10  * [Git](http://git-scm.com/)
    11  * [Node.js](http://nodejs.org/) (with NPM)
    12  * [Bower](http://bower.io/)
    13  * [Ember CLI](http://ember-cli.com/)
    14  * [PhantomJS](http://phantomjs.org/)
    15  
    16  ## Installation
    17  
    18  * `git clone <repository-url>` this repository
    19  * `cd documize`
    20  * `npm install`
    21  * `bower install`
    22  
    23  ## Running / Development
    24  
    25  * `ember serve`
    26  * Visit your app at [http://localhost:4200](http://localhost:4200).
    27  
    28  ### Code Generators
    29  
    30  Make use of the many generators for code, try `ember help generate` for more details
    31  
    32  ### Running Tests
    33  
    34  * `ember test`
    35  * `ember test --server`
    36  
    37  ### Building
    38  
    39  * `ember build` (development)
    40  * `ember build --environment production` (production)
    41  
    42  ### Deploying
    43  
    44  Specify what it takes to deploy your app.
    45  
    46  ## Further Reading / Useful Links
    47  
    48  * [ember.js](http://emberjs.com/)
    49  * [ember-cli](http://ember-cli.com/)
    50  * Development Browser Extensions
    51    * [ember inspector for chrome](https://chrome.google.com/webstore/detail/ember-inspector/bmdblncegkenkacieihfhpjfppoconhi)
    52    * [ember inspector for firefox](https://addons.mozilla.org/en-US/firefox/addon/ember-inspector/)
    53