mirror of
https://github.com/Garmelon/Arbeitszeitdokumentationsgenerator.git
synced 2026-04-12 00:35:04 +02:00
Set up basic axum server
This commit is contained in:
parent
b4c5591a60
commit
e9705e5c5c
5 changed files with 975 additions and 0 deletions
10
README.md
10
README.md
|
|
@ -14,3 +14,13 @@ closely as possible. For usage information, see [its docs][tdocs].
|
|||
|
||||
[typst]: https://github.com/typst/typst
|
||||
[tdocs]: kit_timesheet.md
|
||||
|
||||
## Rust web server
|
||||
|
||||
In case people don't want to use the typst template directly, this repo contains
|
||||
a small web server. It provides a web UI that lets people generate PDFs directly
|
||||
from their browser.
|
||||
|
||||
In theory, you could also compile the code to WASM and generate the time sheets
|
||||
directly in the browser, but that involves more JS than I'm willing to put up
|
||||
with right now.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue