From 6ff1b356d334ce2bcd15abb3e867508268c1381f Mon Sep 17 00:00:00 2001 From: Benjamin Wilson Date: Mon, 17 Jul 2023 00:20:49 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3c88968..e5389c2 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.0.3. +## Dependencies + +Requires [Public-Pool](https://github.com/benjamin-wilson/public-pool) to be running + ## Development server Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files. From 8b8458832bb5242a2b6a0dac482ba5e0e4fd12aa Mon Sep 17 00:00:00 2001 From: Benjamin Wilson Date: Mon, 17 Jul 2023 00:25:45 -0400 Subject: [PATCH 2/2] 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 +```