Parses .bib entries into plaintext/HTML entries or clean up the .bib file. Currently hosted here.
This is a React TypeScript app bundled using webpack. To build this locally, you will need node/yarn. This README uses node, but you can swap in yarn as needed.
To build the React App, run the following from the root folder:
npm install
npm run buildYou can then launch this app using a static hoster of your choice. You can also run the development build using npm run start instead of building the app.