An open API service indexing awesome lists of open source software.

https://github.com/centerforopenscience/ember-osf-reviews


https://github.com/centerforopenscience/ember-osf-reviews

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# OSF Reviews

`master` Build Status: [![Build Status](https://travis-ci.org/CenterForOpenScience/ember-osf-reviews.svg?branch=master)](https://travis-ci.org/CenterForOpenScience/ember-osf-reviews)
[![Coverage Status](https://coveralls.io/repos/github/CenterForOpenScience/ember-osf-reviews/badge.svg?branch=master)](https://coveralls.io/github/CenterForOpenScience/ember-osf-reviews?branch=master)

`develop` Build Status: [![Build Status](https://travis-ci.org/CenterForOpenScience/ember-osf-reviews.svg?branch=develop)](https://travis-ci.org/CenterForOpenScience/ember-osf-reviews)
[![Coverage Status](https://coveralls.io/repos/github/CenterForOpenScience/ember-osf-reviews/badge.svg?branch=develop)](https://coveralls.io/github/CenterForOpenScience/ember-osf-reviews?branch=develop)

This README outlines the details of collaborating on this OSF Reviews Ember application.

## Prerequisites

You will need the following software properly installed on your computer.

* [Git](https://git-scm.com/)
* [Node.js](https://nodejs.org/)
* [Yarn](https://yarnpkg.com/)
* [Ember CLI](https://ember-cli.com/)
* [Chrome](https://www.google.com/chrome/)
* [Firefox](https://www.mozilla.org/firefox/)

## Installation

* `git clone ` this repository
* `cd ember-osf-reviews`
* `yarn --frozen-lockfile`

## Running / Development

* `ember serve`
* Visit your app at [http://localhost:4200](http://localhost:4200).

### Code Generators

Make use of the many generators for code, try `ember help generate` for more details

### Running Tests

* `ember test`
* `ember test --server`

### Building

* `ember build` (development)
* `ember build --environment production` (production)

### Deploying

Specify what it takes to deploy your app.

## Further Reading / Useful Links

* [ember.js](http://emberjs.com/)
* [ember-cli](https://ember-cli.com/)
* Development Browser Extensions
* [ember inspector for chrome](https://chrome.google.com/webstore/detail/ember-inspector/bmdblncegkenkacieihfhpjfppoconhi)
* [ember inspector for firefox](https://addons.mozilla.org/en-US/firefox/addon/ember-inspector/)