The HAM dashboard provides key information about the status of our collections and data.
- NodeJS
- Harvard Art Museums API key
-
Run
npm install
to install the required packages -
Set environment variables
- Production: Create a system environment variable named
API_KEY
and set it to your Harvard Art Museums API key - Development: Clone the .env-sample file into a new .env file and set
API_KEY
to your Harvard Art Museums API key
- Production: Create a system environment variable named
-
Run
npm start
-
View http://localhost:3000 in your browser