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

Commit e67bb52

Browse files
committed
Update to reflect bower changes
1 parent 0631320 commit e67bb52

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
This repository houses any new topcoder pages or refactored Angular apps/pages from the tc-site repository.
55

6-
The technologies used are Jade, SCSS, Angular, and Webpack.
6+
The technologies used are NPM, Webpack, ES2015, Jade, SCSS, and Angular 1.x.
77

88
## Installation
99

@@ -12,7 +12,6 @@ We use node 5.x and npm 3.x, so you may need to download a new version of node.
1212
Install dependencies by running the following in the root of the project:
1313
- `npm i`
1414
- **Note:** You must use npm 3. Type `npm -v` to ensure you have a 3.x version.
15-
- `bower i`
1615

1716
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/sample/` to `http://local.topcoder-dev.com:3000/sample/`. You will then be able to login and pick up information from the cookies with `.topcoder-dev.com` as the domain.
1817

0 commit comments

Comments
 (0)