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