This repository has been archived on 2024-10-09 . You can view files and clone it, but cannot push or open issues or pull requests.
f3fbf37e4dd2f50de64b399a7a2b63854272cdde
clego-app
Tech Stack
- Rust: 🦀
- Axum: for serving static assets and powering the backend API
- htmx: for reactivity on the UI
- Maud: HTML templating (debatable, we may want to switch to askama)
- lightningcss: bundle and minify css
Font choice
Use default system fonts to enhance native feel as well as lower size, following Modern Font Stacks
Commit messages
See link
Development Environment
For automatic rebuilds on change install cargo-watch:
cargo install cargo-watch
Then to run it:
cargo watch -c run
Description
Languages
Rust
100%