aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index afd9bff..2ab375e 100644
--- a/README.md
+++ b/README.md
@@ -21,8 +21,10 @@ An online U-Fund system built in Java **21** and __Angular 19__
## How to run it
-1. Clone the repository and go to the root directory.
+1. Clone the repository and CD into the unfund-api.
2. Execute `mvn compile exec:java`
+3. CD into the ufund-ui directory in a new terminal
+4. Execute `ng serve -o`
3. Open in your browser `http://localhost:8080/`
4. _add any other steps required or examples of how to use/run_