update frontend readme
This commit is contained in:
parent
dfb1cc26cf
commit
46fb0d3aff
@ -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
|
||||
|
Reference in New Issue
Block a user