Skip to content

Commit

Permalink
docs: fix secrets template file and add dev step step
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Nov 29, 2024
1 parent 56ecb75 commit 5721db7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ Production: [https://electrofishing-query.ugrc.utah.gov](https://electrofishing-

1. Install the nodejs packages
- `npm install && cd functions && npm install`
1. Create function secrets
- `cd functions && cp .secret .secret.local`
- fill in values in `.secret.local`
1. Copy the ArcGIS Maps SKD for JavaScript assets to the public folder. **This needs to be done anytime the arcgis package is updated.**
- `npm run copy:arcgis`
1. Create `.env.local` files in the project root and the functions folders using the corresponding `.env` files as examples.
Expand Down
File renamed without changes.

0 comments on commit 5721db7

Please sign in to comment.