Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 4c37b79

Browse files
author
Jenkins Continuous Integration Server
committed
Merge commit '263e0d31be29812aabb3f5c6fb7e297e3e7ef663' into HEAD
2 parents d02e650 + 263e0d3 commit 4c37b79

28 files changed

+35
-452
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,14 @@ In order to test a logged in user, you must make an entry in your `/etc/hosts` f
2020
- To create the build: `npm run build`
2121
- To run code linting: `npm run lint`
2222
- To run the tests: `npm test`
23-
23+
24+
## Test Users
25+
- general member user accounts:
26+
- ksmith/Topcoder123$
27+
- dan_developer/dantopcoder123
28+
- Create your own:
29+
- You may register your own account at https://local.topcoder-dev.com/register
30+
2431
## Recommended Developer Tools
2532

2633
Syntax highlighting for ES6 and React JSX

app/services/nav.service.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ import angular from 'angular'
3535
{ 'href': CONSTANTS.FORUMS_APP_URL, 'text': 'FORUMS', 'icon': require('../../assets/images/nav/forums.svg') },
3636
{ 'sref': 'community.statistics', 'text': 'STATISTICS', 'icon': require('../../assets/images/nav/statistics.svg') },
3737
{ 'href': '/community/events/', 'text': 'EVENTS', 'icon': require('../../assets/images/nav/events.svg') },
38-
{ 'href': '/blog/', 'text': 'BLOG', 'icon': require('../../assets/images/nav/blog.svg') }
38+
{ 'href': '/blog/', 'text': 'BLOG', 'icon': require('../../assets/images/nav/blog.svg') }
3939
]
4040
}
4141

assets/images/nav/blog.svg

Lines changed: 1 addition & 17 deletions
Loading

assets/images/nav/book-cp.svg

Lines changed: 1 addition & 14 deletions
Loading

assets/images/nav/book-data.svg

Lines changed: 1 addition & 21 deletions
Loading

assets/images/nav/book-design.svg

Lines changed: 1 addition & 14 deletions
Loading

assets/images/nav/book-develop.svg

Lines changed: 1 addition & 17 deletions
Loading

assets/images/nav/book-tutorials.svg

Lines changed: 1 addition & 17 deletions
Loading

assets/images/nav/community.svg

Lines changed: 1 addition & 15 deletions
Loading

0 commit comments

Comments
 (0)