Editor (used in inspirehep.net) for JSON documents with bibliographic metadata
- Angular 2
- Webpack
- Sass
- Typescript
- Bootstrap 3
- ng2-json-editor
# 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.