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

Commit 37c8479

Browse files
committed
Add better examples
1 parent aa7a63e commit 37c8479

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ 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.
1515

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/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.
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.
1717

1818
## NPM Commands
19-
- To run locally: `npm start` and head to `local.topcoder-dev.com:3000/my-dashboard`
19+
- To run locally: `npm start` and head to `local.topcoder-dev.com:3000/login`
2020
- To create the build: `npm run build`
2121
- To run code linting: `npm run lint`
2222
- To run the tests: `npm test`

0 commit comments

Comments
 (0)