You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 4, 2025. It is now read-only.
Merge branch 'dev' into feature/sup-3127-marathonmatch-details-link
* dev: (65 commits)
Trigger to pick up new member search updates
Fix error message
Add overrides to not inherit old style guide in member search
Add logging if file is not the correct format for the field
Remove TTL
Test file extension and mime types and add tests
AS#111987698191439, Modify logo for Dashboard TCO banner
Trigger travis to pick up url encoding changes
Encode search term
Trigger travis build for member search updates
Update to remove
Remove Chrome=1, which is obsolete
Fix typo
AS#111130683709862, Topcoder Team Live banner (for Friday broadcast)
Add back accidentally deleted line
Fix orderBy error
Remove debugger
Fix typo
Log errors to new relic
Trigger travis build for default avatars
...
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
#### Dev [](https://travis-ci.org/appirio-tech/topcoder-app) QA [](https://travis-ci.org/appirio-tech/topcoder-app) Master [](https://travis-ci.org/appirio-tech/topcoder-app)
2
2
# Topcoder-App
3
3
4
-
This repository houses any new topcoder pages or refactored Angular apps/pages from the tc-site repository.
4
+
Topcoder-App is an Angular application that contains dashboard, profile, settings, login/registration, and design submissions.
5
5
6
6
The technologies used are NPM, Webpack, ES2015, Jade, SCSS, and Angular 1.x.
7
7
@@ -13,7 +13,7 @@ Install dependencies by running the following in the root of the project:
13
13
-`npm i`
14
14
-**Note:** You must use npm 3. Type `npm -v` to ensure you have a 3.x version.
15
15
16
-
In order to test a logged in user, you must make an entry in your `/etc/hosts` file, pointing `local.topcoder-dev.com` to `localhost`. For example, open your `/etc/hosts` file with something like `vim /etc/hosts` and add `127.0.0.1 local.topcoder-dev.com`. After you run `gulp serve`, which launches a new window or tab, change `http://localhost:3000/login/` to `http://local.topcoder-dev.com:3000/login/`. You will then be able to login and pick up information from the cookies with `.topcoder-dev.com` as the domain.
16
+
In order to test a logged in user, you must make an entry in your `/etc/hosts` file, pointing `local.topcoder-dev.com` to `localhost`. For example, open your `/etc/hosts` file with something like `vim /etc/hosts` and add `127.0.0.1 local.topcoder-dev.com`.
17
17
18
18
## NPM Commands
19
19
- To run locally: `npm start` and head to `local.topcoder-dev.com:3000/login`
0 commit comments