Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@ With the local changes made, run:

`npm install && npm run start`

This will serve the dashboard page at localhost:8080/. One caveat is that requests to tfs apis have cross-origin resource sharing (CORS) headers in their repsonses, which means that browsers such as chrome and firefox will not automatically handle authentication with the endpoints, and requests will fail. To work around this issue, either use IE (which does not have this CORS restriction), or run chrome without web security. See <http://stackoverflow.com/a/19317888> for instructions.
This will serve the dashboard page at localhost:8080/. One caveat is that requests to tfs apis have cross-origin resource sharing (CORS) headers in their repsonses, which means that browsers such as chrome and firefox will not automatically handle authentication with the endpoints, and requests will fail.

To work around this issue:
- either use IE (which does not have this CORS restriction)
- run chrome without web security. See <http://stackoverflow.com/a/19317888> for instructions.
- Install [this Chrome plugin](https://chrome.google.com/webstore/detail/allow-control-allow-origi/nlfbmbojpeacfghkpbjhddihlkkiljbi?hl=en) which allows you to easily toggle CORS restrictions on and off

### Packaging

Expand Down