We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6be9906 + fdddd8b commit 6b12cbdCopy full SHA for 6b12cbd
README.md
@@ -29,7 +29,7 @@ Install dependencies by running the following in the root of the project:
29
- **Note:** You must use npm 3. Type `npm -v` to ensure you have a 3.x version.
30
31
## NPM Commands
32
-- 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`
33
- Run tests with `npm test` or use `npm run test:watch` to rerun tests after files change
34
- To make sure your code passes linting: `npm run lint`
35
- To create the build: `npm run build`
0 commit comments