Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.58 KB

README.md

File metadata and controls

44 lines (31 loc) · 1.58 KB

record-editor

Join the chat at https://gitter.im/inspirehep/record-editor Build Status Release Coverage Status

Editor (used in inspirehep.net) for JSON documents with bibliographic metadata

DEVELOPMENT

Tech

Quick start

# clone our repo or alternatively your fork
git clone https://github.com/inspirehep/record-editor.git

# change directory to our repo
cd record-editor

# install the repo with npm
npm install

# start the server
npm start

go to http://localhost:4200/editor/:type/:recid

please make sure that inspire-next is running on localhost:5000 and CORS is enabled, you many use Allow-Control-Allow-Origin: * plugin for Chrome or something that is equivalent for your browser.

License

GNU GPLv2