From 6d729376031e5d63bb4bc761f9d14d4f972e0793 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Sat, 5 Nov 2022 18:28:20 +0100 Subject: Indexer: Switch back to not serving frontend with actix This previously caused the frontend to be unresponsive when the crawler was passing results to the indexer. Now the frontend is again independently served by trunk and the api by actix, which makes them separate processes and the frontend can remain responsive. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index aee4671..910e133 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,12 @@ Install cargo through your preferred method. ### 2. Run! ``` -$ trunk serve frontend/index.html $ cargo run --bin indexer $ cargo run --bin crawler +$ trunk serve frontend/index.html +``` + +### 3. Use?! +``` + Navigate to 127.0.0.1:8080 on your favorite browser:) ``` -- cgit 1.4.1