diff --git a/readme.md b/readme.md index 2b7598f8..6985288c 100644 --- a/readme.md +++ b/readme.md @@ -26,4 +26,12 @@ This is the frontend for the LPA Data Validator application. It is a nodeJS expr - Run the application in watch mode ``` npm run start + ``` +- run the application, using a local api + ``` + npm run start:local + ``` +- run the application, using a local api in watch mode + ``` + npm run start:local:watch ``` \ No newline at end of file