Skip to content

Commit 4afb2ca

Browse files
author
Maksym Mykhailenko
committed
docs: add more NPM commands to README
1 parent 31b81af commit 4afb2ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,8 @@ To be able to run [Connect App](https://github.com/appirio-tech/connect-app) wit
255255
| `npm run sync:es` | Recreate Elasticsearch indexes (removes any existent data). |
256256
| `npm run start` | Start app in the production mode from prebuilt `dist` folder. |
257257
| `npm run start:dev` | Start app in the development mode using `nodemon`. |
258+
| `npm run startKafkaConsumers` | Start Kafka consumer app in production mode from prebuilt `dist` folder. |
259+
| `npm run startKafkaConsumers` | Start Kafka consumer app in the development mode using `nodemon`. |
258260
| `npm run test` | Run tests. |
259261
| `npm run test:watch` | Run tests and re-run them on changes (not useful now as it re-runs all the test). |
260262
| `npm run demo-data` | Import Metadata from DEV environment, see [docs](#import-metadata-from-apitopcoder-devcom-deprecated). |

0 commit comments

Comments
 (0)