From 4f3521b031c54b51df33aea404f302a3a11916be Mon Sep 17 00:00:00 2001 From: KaranRudra311 Date: Sun, 1 Dec 2024 22:31:11 +0530 Subject: [PATCH 1/3] docs: mention Maxun --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c8c573a9..0eec8261 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Maxun lets you train a robot in 2 minutes and scrape the web on auto-pilot. Web -> Note: We are in early stages of development and do not support self hosting yet. You can run Maxun locally. +> Note: Maxun is in early stages of development and does not support self hosting yet. You can run Maxun locally. # Local Setup ### Docker Compose From dc9bdec79586b2a48097ee10cacf3330598121dc Mon Sep 17 00:00:00 2001 From: KaranRudra311 Date: Sun, 1 Dec 2024 22:32:22 +0530 Subject: [PATCH 2/3] docs: clearer note --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0eec8261..9306f619 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Maxun lets you train a robot in 2 minutes and scrape the web on auto-pilot. Web -> Note: Maxun is in early stages of development and does not support self hosting yet. You can run Maxun locally. +> Note: Maxun is in its early stages of development and currently does not support self-hosting. However, you can run Maxun locally. Self-hosting capabilities are planned for a future release and will be available soon. # Local Setup ### Docker Compose From 97249c183e3394cf5bc7b38fa1e9224d5d4ca8e1 Mon Sep 17 00:00:00 2001 From: KaranRudra311 Date: Sun, 1 Dec 2024 22:34:37 +0530 Subject: [PATCH 3/3] docs: fe be url repeat for clairty --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9306f619..0c82c7f4 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ Maxun lets you train a robot in 2 minutes and scrape the web on auto-pilot. Web git clone https://github.com/getmaxun/maxun docker-compose up -d ``` +You can access the frontend at http://localhost:5173/ and backend at http://localhost:8080/ ### Without Docker 1. Ensure you have Node.js, PostgreSQL, MinIO and Redis installed on your system.