This is the prototype of the upcoming OSF preprints. This guide will help you get started if you're interested.
You will need the following things properly installed on your computer.
git clone https://github.com/CenterForOpenScience/ember-osf.git
the application off which this is builtgit clone <repository-url>
this repositorycd preprint_service
change into the new directory- follow ember-osf instructions for using code in a consuming app and configuration
npm install
bower install
Currently we are running our application using test.osf.io as the backend:
BACKEND=test ember server
- Visit your app at http://localhost:4200.
Make use of the many generators for code, try ember help generate
for more details
ember test
ember test --server
ember build
(development)ember build --environment production
(production)