Skip to content

Commit

Permalink
chore: place commands on separate line
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed Aug 26, 2024
1 parent 855447e commit 1ecfdbf
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ 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.
1. Install the nodejs packages
- `npm install && cd functions && npm install`
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.
1. Start the development server
- `npm start`

0 comments on commit 1ecfdbf

Please sign in to comment.