You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -163,6 +163,18 @@
163
163
Runs the Topcoder TaaS API using nodemon, so it would be restarted after any of the files is updated.
164
164
The Topcoder TaaS API will be served on `http://localhost:3000`.
165
165
166
+
### Working on `taas-es-processor` locally
167
+
168
+
When you run `taas-apis` locally as per "[Steps to run locally](#steps-to-run-locally)" the `taas-es-processor` would be run for you automatically together with other services inside the docker container when you run `npm run services:up`.
169
+
170
+
To be able to change and test`taas-es-processor` locally you can follow the next steps:
2. Run `taas-es-processor` separately from the [source code](https://github.com/topcoder-platform/taas-es-processor). As `npm run services:up` already run all the dependencies for both `taas-apis` and for`taas-es-processor`. The only thing you need to dofor running `taas-es-processor` locally is:
0 commit comments