https://github.com/centerforopenscience/ember-osf-reviews
https://github.com/centerforopenscience/ember-osf-reviews
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/centerforopenscience/ember-osf-reviews
- Owner: CenterForOpenScience
- License: apache-2.0
- Created: 2017-07-07T15:57:35.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2022-05-31T20:09:09.000Z (over 3 years ago)
- Last Synced: 2024-04-14T05:19:04.171Z (almost 2 years ago)
- Language: JavaScript
- Size: 2.34 MB
- Stars: 0
- Watchers: 11
- Forks: 16
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# OSF Reviews
`master` Build Status: [](https://travis-ci.org/CenterForOpenScience/ember-osf-reviews)
[](https://coveralls.io/github/CenterForOpenScience/ember-osf-reviews?branch=master)
`develop` Build Status: [](https://travis-ci.org/CenterForOpenScience/ember-osf-reviews)
[](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/)