bibliopolitica / bibliopolitica.org

11ty-based website for bibliopolítica digital exhibit
https://bibliopolitica.org/
0 stars 0 forks source link
chicana chicano chicanx digital-exhibition digital-history digital-humanities iiif

Bibliopolítica

deploy

A digital history of the Chicano Studies Library. Exhibit front-end feat. 11ty + daisyui. IIIF assets via aperitiiif.

image labeled the chicano studies libray serials collection with a graphic line logo

Local Development

Prerequisites

Steps

  1. Checkout repository & cd into it.
    git clone https://github.com/mnyrop/bibliopolitica.git && cd bibliopolitica
  2. Install and/or load Node version
    nvm install
  3. Install node modules
    npm install
  4. Run development server
    npm start
  5. View in browser at http://localhost:8080/

Deployment

Commits to main branch will trigger GitHub action to build, test, and deploy the site to GitHub pages