Skip to content

Commit 2a217c6

Browse files
author
sachin-maheshwari
authored
Merge pull request #296 from topcoder-platform/dev
JIRA- PLAT-677
2 parents d5e5a22 + 54d831f commit 2a217c6

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

web-assets/local/README

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
1-
Open index.html to get the token locally.
1+
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- Command "cd tc-auth-lib/web-assets/local"
7+
3- Command "python3 -m http.server 5000"
8+
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.

web-assets/static-pages/check_email.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,13 @@
3434
}
3535
});
3636
</script>
37+
<!-- Google Tag Manager -->
38+
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
39+
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
40+
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
41+
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
42+
})(window,document,'script','dataLayer','GTM-MXXQHG8');</script>
43+
<!-- End Google Tag Manager -->
3744
</head>
3845

3946
<body class="center-align-card checkemail-card">

0 commit comments

Comments
 (0)