Update README.md (#19750)

This commit is contained in:
kapeyka
2018-10-22 03:53:41 +11:00
committed by Tom
parent 2319f54b0b
commit 0406596382

View File

@ -39,11 +39,11 @@ A quick reference to the commands that you will need, when working locally.
| command | description | | command | description |
| ------- | ----------- | | ------- | ----------- |
| `npm run bootstrap` | Bootstraps the different services | | `npm run bootstrap` | Bootstraps the different services. |
| `npm run seed` | Parse all the challenge markdown files and inserts them into MongoDB. | | `npm run seed` | Parse all the challenge markdown files and inserts them into MongoDB. |
| `npm run develop` | Starts the freeCodeCamp API Server and Client Apps | | `npm run develop` | Starts the freeCodeCamp API Server and Client Applications. |
| `npm test` | Run all JS tests in the system, including client, server, lint and challenge tests | | `npm test` | Run all JS tests in the system, including client, server, lint and challenge tests. |
| `npm run test:client` | Run the client test suite | | `npm run test:client` | Run the client test suite. |
| `npm run test:curriculum` | Run the curriculum test suite | | `npm run test:curriculum` | Run the curriculum test suite. |
| `npm run test:server` | Run the server test suite | | `npm run test:server` | Run the server test suite. |
| `npm run commit` | An interactive tool to help you build a good commit message | | `npm run commit` | An interactive tool to help you build a good commit message. |