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

Commit aa7a63e

Browse files
committed
Update command in readme
1 parent 90b89b4 commit aa7a63e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Install dependencies by running the following in the root of the project:
1616
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.
1717

1818
## NPM Commands
19-
- To run locally: `npm run dev` and head to `local.topcoder-dev.com:3000/my-dashboard`
19+
- To run locally: `npm start` and head to `local.topcoder-dev.com:3000/my-dashboard`
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)