aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index f0b2f8a..e65d779 100644
--- a/README.md
+++ b/README.md
@@ -77,6 +77,15 @@ kubectl apply -f worker-deployment.yaml
kubectl apply -f auto-hpa.yaml
```
+
+### 7. Start the frontend server
+```sh
+cd frontend
+npm install
+npm run dev
+```
+
+
## Usage
- Upload images to be processed by sending requests to the application server.
- The application server stores the images in Amazon S3 and sends task notifications to RabbitMQ.