Skip to content

jiaola/marc-editor

Repository files navigation

marc-editor

A Javascript based MARC editor

Features

  • Editing modes: MarcEdit text (mrk) format; MARC format
  • Highlight field, subfield codes and indicators.

Note to developers

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

Deploy to firebase

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.

About

A MARC editor using MARC4js, react and flux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published