From 8b8458832bb5242a2b6a0dac482ba5e0e4fd12aa Mon Sep 17 00:00:00 2001 From: Benjamin Wilson Date: Mon, 17 Jul 2023 00:25:45 -0400 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index e5389c2..2526751 100644 --- a/README.md +++ b/README.md @@ -29,3 +29,11 @@ Run `ng e2e` to execute the end-to-end tests via a platform of your choice. To u ## Further help To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page. + +## Deployment + +Install pm2 (https://pm2.keymetrics.io/) + +```bash +$ pm2 serve --spa dist/public-pool-ui/ 3335 --name ui +```