Skip to content

terroni/ember-preprints

 
 

Repository files navigation

ember-preprints

This is the prototype of the upcoming OSF preprints. This guide will help you get started if you're interested.

Prerequisites

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

Installation

  • git clone https://github.com/CenterForOpenScience/ember-osf.git the application off which this is built
  • git clone <repository-url> this repository
  • cd preprint_service change into the new directory
  • follow ember-osf instructions for using code in a consuming app and configuration
  • npm install
  • bower install

Running / Development

Currently we are running our application using test.osf.io as the backend:

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)

Further Reading / Useful Links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.5%
  • HTML 8.8%
  • CSS 2.6%
  • Python 0.1%