Skip to content

TheStanfordDaily/archives-web

Repository files navigation

Archives Web

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

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

npm package

Helper functions (and web app) for METS/ALTO archives viewing.

Usage

npm install @thestanforddaily/archives-web

Use utility functions

const { fetchAllPapers } = require("@thestanforddaily/archives-web/lib/helpers/papers");

Publishing new version

Increment version. Run npm publish --access public

License

Licensed under an Apache-2.0 license.