https://github.com/cos-archives/ember-share
https://github.com/cos-archives/ember-share
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cos-archives/ember-share
- Owner: CenterForOpenScience
- License: apache-2.0
- Created: 2016-06-28T19:22:38.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2022-03-31T15:16:42.000Z (almost 4 years ago)
- Last Synced: 2024-04-16T02:01:05.375Z (almost 2 years ago)
- Language: JavaScript
- Size: 1.09 MB
- Stars: 6
- Watchers: 4
- Forks: 15
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Ember Share
[](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`