Skip to content

Commit

Permalink
README: Fix instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
remko committed Aug 3, 2023
1 parent 9440c8e commit dd2c36e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,12 +126,12 @@ start the backend server and the build server separately:

eval $(gcloud beta emulators datastore env-init --data-dir=DATA-DIR)
./bin/dsadmin.js
npm start-build
npm run start-build

or using command-line arguments:

./bin/dsadmin.js --project=my-datastore-project --datastore-emulator-host=localhost:8081
npm start-build
npm run start-build

## 🔋 Powered by ...

Expand Down

0 comments on commit dd2c36e

Please sign in to comment.