Also moved unit test step to right after configuration to verify setup, and changed one failing unit test: "food" was not found in list of food types, so "help" icon was returned instead of "local_dining".
Once one has passing unit tests, npm start is a natural followup.
Suggest to reorder usage section to put configuration before commands to use that configuration; please see https://github.com/MikeTschudi/nearby-javascript/tree/doc-suggestion for result.
Also moved unit test step to right after configuration to verify setup, and changed one failing unit test: "food" was not found in list of food types, so "help" icon was returned instead of "local_dining".
Once one has passing unit tests,
npm start
is a natural followup.