Object Stories is a research project from the Department of Digital Infrastructure and Emerging Technology at Harvard Art Museums. This initial version was built during a three week sprint in January 2024.
- Express 4 with Handlebars + Handlebars Helpers server-side template engine
- HAM API server-Side library
- Bootstrap 5.3 via CDN
- Node >=19.1.0
> npm install
- Clone the file .env-sample as .env
- Edit .env in a text editor and set the following variables as needed
- NODE_ENV = development | staging | production
- HAM_APIKEY = YOUR HAM API KEY
> npm run debug