Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Install dependencies by running the following in the root of the project:
- **Note:** You must use npm 3. Type `npm -v` to ensure you have a 3.x version.

## NPM Commands
- To run locally, run `npm start` and head to `http://localhost:3000/search/challenges`
- To run locally, run `npm start` and head to `http://localhost:3000/new_project`

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It can be rather /projects which is kind of landing page for logged in user.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok whatever you want to make it, the only advantage to not logged in is someone can develop w/o accounts app, maybe we should add both?

- Run tests with `npm test` or use `npm run test:watch` to rerun tests after files change
- To make sure your code passes linting: `npm run lint`
- To create the build: `npm run build`
Expand Down