Skip to content

zzacharo/record-editor

 
 

Repository files navigation

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

About

Record editing tool used in http://inspirehep.net

Resources

License

GPL-2.0, Unknown licenses found

Licenses found

GPL-2.0
LICENSE
Unknown
license-header.txt

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 87.9%
  • HTML 5.6%
  • JavaScript 5.3%
  • CSS 1.2%