From 46fb0d3affe0930afc97ab5cffcc21b0d06a03b1 Mon Sep 17 00:00:00 2001 From: David Westgate Date: Tue, 11 Jun 2024 23:04:06 -0700 Subject: [PATCH] update frontend readme --- frontend/README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/frontend/README.md b/frontend/README.md index 6e83b15..9f80ce2 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -1,5 +1,7 @@ # Rust Axum Question and Answer Server - Frontend +This yew based rust frontend is derived from [knock-knock-yew](https://github.com/pdx-cs-rust-web/knock-knock-yew/tree/main) authored by Bart Massey + ## Contents I'll do my best to keep these contents up-to-date as changes are made to the source code @@ -17,7 +19,7 @@ cargo build trunk serve ``` -Access the webserver shown in standard output +Then, access the webserver shown in standard output in a browser of your choice ### Dependency overview @@ -35,7 +37,13 @@ TODO ### Source overview -#### [`src/main.rs`](/backend/src/main.rs) +#### [`src/main.rs`](/frontend/src/main.rs) +TODO + +#### [`src/finder.rs`](/frontend/src/finder.rs) +TODO + +#### [`src/question.rs`](/frontend/src/question.rs) TODO ### Looking ahead