Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
eanders-ms committed Jan 25, 2024
1 parent 3b783ed commit 0cd4ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion teachertool/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ To test the Teacher Tool locally:

1. Ensure your pxt repo is up to date and has been built recently.
2. In a command shell, in the `pxt` repo, cd into the `teachertool` folder and start the Teacher Tool dev server: `npm run start`. This will *not* open a browser window.
3. In another command shell, in the `pxt-arcade` repo, start the Arcade dev server: `pxt serve --rebundle --noauth`. This will open the Arcade webapp in a browser.
3. In another command shell, in the target repo (e.g. `pxt-arcade` or `pxt-microbit`), start the Arcade dev server: `pxt serve --rebundle --noauth`. This will open the Arcade webapp in a browser.
1. **Note the `--noauth` parameter.** It is important to include this option when running on localhost in order to download certain required startup files from the localhost pxt server.

Requests to the `/teachertool` endpoint will be routed to the Teacher Tool dev server.
Expand Down

0 comments on commit 0cd4ef8

Please sign in to comment.