From 855447e7e39d4b034246a134e774a48a753afab4 Mon Sep 17 00:00:00 2001 From: stdavis Date: Mon, 26 Aug 2024 15:29:43 -0600 Subject: [PATCH] docs: add copy step --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 544a441..44ec3a9 100644 --- a/README.md +++ b/README.md @@ -26,5 +26,6 @@ Production: [https://electrofishing-query.ugrc.utah.gov](https://electrofishing- ### Setup 1. `npm install` from root and functions folders. +1. `npm run copy:arcgis` to copy the ArcGIS API for JavaScript files to the public folder. This needs to be done anytime the arcgis package is updated. 1. Create `.env.local` files in root and functions folders using the corresponding `.env` files as examples. 1. `npm start` to start the development server.