To add new Volume just create new folder in volumes
directory with the number of the volume and add publication.json, references.bib and PDFs and cover images.
To install dependencies:
bun install
To run server:
bun run src/server.tsx
To create static files:
bun run src/HTMLFactory.tsx
This project was created using bun init
in bun v1.0.27. Bun is a fast all-in-one JavaScript runtime.