Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.08 KB

README.md

File metadata and controls

37 lines (25 loc) · 1.08 KB

Object Stories

About

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.

Developer Notes

Features

Requirements

  • Node >=19.1.0

Environment Setup

Install dependencies

> npm install

Set environment variables

  • Clone the file .env-sample as .env
  • Edit .env in a text editor and set the following variables as needed

Run locally in debug mode

> npm run debug

Reference Material