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