We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8429c7b commit 72e2fe9Copy full SHA for 72e2fe9
web-assets/local/README
@@ -3,6 +3,9 @@ Open index.html on your browser to get the token locally, for reefreshing the to
3
Please follow the following instructions to run get token locally -
4
5
1- Clone this git repo locally
6
-2- cd tc-auth-lib/web-assets/local
7
-3- python3 -m http.server 5000
8
-4- or php -S localhost:5000
+2- Command "cd tc-auth-lib/web-assets/local"
+3- Command "python3 -m http.server 5000"
+4- or Command "php -S localhost:5000"
9
+5- Open http://localhost:5000 on your browser and hit "login" link.
10
+6- It'll take your https://topcoder-dev.com account credentials
11
+7- After successfully login, now access any topcoder frontend app locally in your browser, aprat from 5000 port.
0 commit comments