From d67c9adee390d472ba70a6991e59423eee952cfa Mon Sep 17 00:00:00 2001 From: stdavis Date: Wed, 27 Nov 2024 13:38:53 -0700 Subject: [PATCH] chore: add dev setup --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 6153575..a34e29b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ # wri The spatial mapping component to the Watershed Restoration Initiative + +## Development + +### Setup + +1. Create `.env` file in the root directory with the following content: + +```txt +VITE_DISCOVER=YOUR_DISCOVER_API_KEY +```