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

https://github.com/cos-archives/ember-share


https://github.com/cos-archives/ember-share

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Ember Share

[![Gitter](https://badges.gitter.im/CenterForOpenScience/SHARE.svg)](https://gitter.im/CenterForOpenScience/SHARE?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)

A web interface for [SHARE](https://github.com/CenterForOpenScience/SHARE).

## Installation

* `git clone ` this repository
* change into the new directory
* `yarn install --pure-lockfile`
* `bower install`

## Running / Development

* Run the [SHARE](https://github.com/CenterForOpenScience/SHARE) API server at `localhost:8000`
* Run `elasticsearch` at `localhost:9200` and populate with SHARE data
(`./manage.py runbot elasticsearch` in the SHARE root directory)
* `ember server`
* Visit your app at [http://localhost:4200](http://localhost:4200).

## Testing

* `yarn run test`