Skip to content

Commit

Permalink
docs: add auth step for dev setup
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Oct 21, 2024
1 parent 364beec commit e89def9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ You can use this new URL in place of the original print service in any Esri prod
1. `mkcert localhost`
1. Create `.env` file with print proxy wide open quad-word.
1. `touch .env && echo 'OPEN_QUAD_WORD=<wide-open-quad-word>' >> .env`
1. `gcloud auth login`
1. `npm install` & `npm start`
1. `node scripts/seed-test-data.js`
1. `node scripts/pull-accounts-from-staging.js`
Expand Down

0 comments on commit e89def9

Please sign in to comment.