Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.2 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.2 KB

This is a rewrite of my old Python biblemunger project.

https://biblemunger.micahrl.com

Development

First, run the development server:

npm run dev

Open http://localhost:24253 with your browser to see the result.

Deployment

This will deploy automatically on pushes to the master branch.

Prerequisites

Thanks