First, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
Helper functions (and web app) for METS/ALTO archives viewing.
npm install @thestanforddaily/archives-web
Use utility functions
const { fetchAllPapers } = require("@thestanforddaily/archives-web/lib/helpers/papers");
Increment version.
Run npm publish --access public
Licensed under an Apache-2.0 license.