Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 536 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 536 Bytes

Explorator

Requirements

Setup

  1. Run npm install to install the required packages

  2. Set environment variables

    • Production: Create a system environment variable named apikey and set it to your Harvard Art Museums API key
    • Development: Clone the .env-sample file into a new .env file and set apikey to your Harvard Art Museums API key
  3. Run npm start

  4. View http://localhost:3000 in your browser