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 2997b32 commit 8429c7bCopy full SHA for 8429c7b
web-assets/local/README
@@ -1 +1,8 @@
1
-Open index.html to get the token locally.
+To run any topcoder frontend application locally, you need token for localhost domain.
2
+Open index.html on your browser to get the token locally, for reefreshing the token keep the tab open.
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
0 commit comments