A Javascript based MARC editor
- Editing modes: MarcEdit text (mrk) format; MARC format
- Highlight field, subfield codes and indicators.
After clone the github repository
$ npm install --global webpack webpack-dev-server babel
$ npm install
Then to start the app
$ webpack-dev-server
Now open http://localhost:8080
Install firebase
$ npm install -g firebase-tools
Then run
npm run deploy:dev
It works for editing multiple MARC records and support a text format from MarcEdit and MARC.
You can paste the examples from these files to the corresponding panel to test.